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 b60f359 commit 8ee35e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ _采用极简设计,客户端+服务器源码总共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
服务器: ./server_linux_amd64 -t "127.0.0.1:1080" -l ":554" -mode fast2 // 转发到本地1080端口
客户端: ./client_darwin_amd64 -r "IP地址:554" -l ":1080" -mode fast2 // 监听本地1080端口
```

### *使用の方法* :lollipop:
Expand Down

0 comments on commit 8ee35e1

Please sign in to comment.