Skip to content

Commit

Permalink
KCP with session ID (#823)
Browse files Browse the repository at this point in the history
* Add sid support

* Update kcptun
  • Loading branch information
madeye authored Aug 20, 2016
1 parent 41417a7 commit c94c509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kcptun/kcptun
Submodule kcptun updated 2 files
+9 −3 client/main.go
+9 −2 server/main.go
2 changes: 1 addition & 1 deletion kcptun/make.bash
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export PATH=$GOROOT/bin:$PATH
pushd kcptun/client

echo "Get dependences for kcptun"
go get -u github.com/xtaci/kcp-go
go get -u github.com/madeye/kcp-go
go get

echo "Cross compile kcptun for arm"
Expand Down

0 comments on commit c94c509

Please sign in to comment.