1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 08:16:00 -04:00

change default kcp.tti to 50

This commit is contained in:
Darien Raymond 2016-08-23 23:32:36 +02:00
parent 85c5171d8d
commit 98025e1457
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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,