mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-29 10:55:56 +00:00
Increase KCP maxSendingWindow to 2MiB
This commit is contained in:
parent
a7e7788e29
commit
abc5cf3439
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ class KcpStreamSettings extends XrayCommonClass {
|
||||||
uplinkCapacity = 5,
|
uplinkCapacity = 5,
|
||||||
downlinkCapacity = 20,
|
downlinkCapacity = 20,
|
||||||
cwndMultiplier = 1,
|
cwndMultiplier = 1,
|
||||||
maxSendingWindow = 1350,
|
maxSendingWindow = 2097152,
|
||||||
) {
|
) {
|
||||||
super();
|
super();
|
||||||
this.mtu = mtu;
|
this.mtu = mtu;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue