Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci authored Jun 26, 2016
1 parent 230d1f4 commit b60f359
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ TCP流转换为KCP+UDP流,:zap:***[下载地址](https://github.com/xtaci/kcpt
***kcptun是[kcp](https://github.com/xtaci/kcp-go)协议的一个简单应用,可以用于任意tcp网络程序的传输承载,以提高在丢包环境下的网络流畅度。***
_采用极简设计,客户端+服务器源码总共400行,方便用户自己扩展_

### *快速设定* :lollipop:
```
./server_linux_amd64 -t "127.0.0.1:1080" -l ":554" -sndwnd 2048 -rcvwnd 2048 -mode fast2
./client_darwin_amd64 -r "IP地址:554" -l ":1080" -sndwnd 256 -rcvwnd 2048 -mode fast2
```

### *使用の方法* :lollipop:
![client](client.png)
![server](server.png)
Expand Down

0 comments on commit b60f359

Please sign in to comment.