1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-10 21:19:10 -04:00

Removed manadory mandatory requirement for Read/Write Timeout

This commit is contained in:
Shelikhoo
2016-06-12 22:37:50 +08:00
parent 9315bb29fb
commit d0d63ee5b3
4 changed files with 31 additions and 13 deletions

View File

@@ -17,6 +17,7 @@ func (this *Config) Apply() error {
enableKcp = this.enableKcp
if enableKcp {
KcpConfig = this.kcpConfig
connectionReuse = false
}
return nil
}