mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-26 11:44:22 -04:00
change default kcp.tti to 50
This commit is contained in:
parent
85c5171d8d
commit
98025e1457
@ -63,7 +63,7 @@ func (this *Config) GetReceivingQueueSize() uint32 {
|
||||
func DefaultConfig() Config {
|
||||
return Config{
|
||||
Mtu: 1350,
|
||||
Tti: 20,
|
||||
Tti: 50,
|
||||
UplinkCapacity: 5,
|
||||
DownlinkCapacity: 20,
|
||||
Congestion: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user