define how to add a tp

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-06-11 09:18:33 +02:00
parent 192ce0855e
commit 27870d3f44

View file

@ -56,4 +56,9 @@ You can use the following code as a start:
mkdir -p "$HOME/.ceof/tp/listen/${scheme}-${address}" mkdir -p "$HOME/.ceof/tp/listen/${scheme}-${address}"
echo "${scheme}${address}" > "$HOME/.ceof/tp/listen/${scheme}-${address}/url" 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]] [[!tag unix]]