change default kcp.tti to 50

pull/255/head
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
1 changed files with 1 additions and 1 deletions

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,