Increase KCP maxSendingWindow to 2MiB

This commit is contained in:
MHSanaei 2026-04-26 20:49:02 +02:00
parent a7e7788e29
commit abc5cf3439
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A

View file

@ -323,7 +323,7 @@ class KcpStreamSettings extends XrayCommonClass {
uplinkCapacity = 5,
downlinkCapacity = 20,
cwndMultiplier = 1,
maxSendingWindow = 1350,
maxSendingWindow = 2097152,
) {
super();
this.mtu = mtu;