mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-08 14:36:13 +00:00
Increase KCP maxSendingWindow to 2MiB
This commit is contained in:
@@ -323,7 +323,7 @@ class KcpStreamSettings extends XrayCommonClass {
|
||||
uplinkCapacity = 5,
|
||||
downlinkCapacity = 20,
|
||||
cwndMultiplier = 1,
|
||||
maxSendingWindow = 1350,
|
||||
maxSendingWindow = 2097152,
|
||||
) {
|
||||
super();
|
||||
this.mtu = mtu;
|
||||
|
||||
Reference in New Issue
Block a user