You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ encryption_algorithm=AES-GCM
168
168
| mux_tunnels | 0 - 65535 |No | The default value is 0, which means that multiplexing is disabled. This option means how many multiplexing tunnels between two KCP endpoints.<br>Client Mode only.|
169
169
| stun_server | STUN Server's address |No| Cannot be used if listen_port option is port range mode|
170
170
| log_path | The directory where the Logs are stored |No|Cannot point to the file itself|
171
-
| kcp_mtu | Positive Integer |No|Default value is 1440|
171
+
| kcp_mtu | Positive Integer |No|This option refers to the length of the data content within a UDP packet. <br>The value set for this option refers to the value set by calling ikcp_setmtu(). <br>Default value is 1440.|
172
172
| kcp | manual<br>fast1 - 6<br>regular1 - 5<br> |Yes|Setup Manually<br>Fast Modes<br>Regular Speeds<br>(the number at the end: the smaller the value, the faster the speed)|
173
173
| kcp_sndwnd | Positive Integer |No|See the table below for default values, which can be overridden individually|
174
174
| kcp_rcvwnd | Positive Integer |No|See the table below for default values, which can be overridden individually|
Copy file name to clipboardExpand all lines: docs/parameters_en.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
| mux_tunnels | 0 - 65535 |No | The default value is 0, which means that multiplexing is disabled. This option means how many multiplexing tunnels between two KCP endpoints.<br>Client Mode only.|
16
16
| stun_server | STUN Server's address |No| Cannot be used if listen_port option is port range mode|
17
17
| log_path | The directory where the Logs are stored |No|Cannot point to the file itself|
18
-
| kcp_mtu | Positive Integer |No|Default value is 1440|
18
+
| mtu | Positive Integer |No|Default value is 1440|
19
+
| kcp_mtu | Positive Integer |No|This option refers to the length of the data content within a UDP packet. <br>The value set for this option refers to the value set by calling ikcp_setmtu(). <br>Default value is 1440.|
19
20
| kcp | manual<br>fast1 - 6<br>regular1 - 5<br> |Yes|Setup Manually<br>Fast Modes<br>Regular Speeds<br>(the number at the end: the smaller the value, the faster the speed)|
20
21
| kcp_sndwnd | Positive Integer |No|See the table below for default values, which can be overridden individually|
21
22
| kcp_rcvwnd | Positive Integer |No|See the table below for default values, which can be overridden individually|
0 commit comments