mirror of https://github.com/v2ray/v2ray-core
change default kcp.tti to 50
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…
Reference in New Issue