define how to add a tp
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
192ce0855e
commit
27870d3f44
1 changed files with 5 additions and 0 deletions
|
@ -56,4 +56,9 @@ You can use the following code as a start:
|
|||
mkdir -p "$HOME/.ceof/tp/listen/${scheme}-${address}"
|
||||
echo "${scheme}${address}" > "$HOME/.ceof/tp/listen/${scheme}-${address}/url"
|
||||
|
||||
### Submitting a transport protocol for inclusion into the mainline
|
||||
|
||||
* Create a branch ${scheme}-${implementation} on your side
|
||||
* Submit a pull request (via ML, IRC, github, whatever)
|
||||
|
||||
[[!tag unix]]
|
||||
|
|
Loading…
Reference in a new issue