mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 22:39:31 +08:00
Update kcptun_step_by_step.md
This commit is contained in:
parent
307399b00a
commit
83abc1def4
@ -34,15 +34,21 @@ server端也会有类似输出,显示server_ready:
|
|||||||
![image](kcptun_step_by_step/Capture3.PNG)
|
![image](kcptun_step_by_step/Capture3.PNG)
|
||||||
|
|
||||||
3.在远程服务器运行 kcp server
|
3.在远程服务器运行 kcp server
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
./server_linux_amd64 -t "127.0.0.1:22" -l ":4000" -mode fast2 -mtu 1300
|
./server_linux_amd64 -t "127.0.0.1:22" -l ":4000" -mode fast2 -mtu 1300
|
||||||
```
|
```
|
||||||
|
-mtu 1300很重要,或者设置成更小。
|
||||||
![image](kcptun_step_by_step/Capture6.PNG)
|
![image](kcptun_step_by_step/Capture6.PNG)
|
||||||
|
|
||||||
4.在本地运行
|
4.在本地运行
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
./client_linux_amd64 -r "45.66.77.88:4000" -l ":3322" -mode fast2 -mtu 1300
|
./client_linux_amd64 -r "127.0.0.1:4000" -l ":3322" -mode fast2 -mtu 1300
|
||||||
```
|
```
|
||||||
|
-mtu 1300很重要,或者设置成更小。
|
||||||
![image](kcptun_step_by_step/Capture7.PNG)
|
![image](kcptun_step_by_step/Capture7.PNG)
|
||||||
|
|
||||||
5.所有准备工作已经做好,在本地运行
|
5.所有准备工作已经做好,在本地运行
|
||||||
|
Loading…
x
Reference in New Issue
Block a user