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:
@@ -17,6 +17,7 @@ func (this *Config) Apply() error {
|
||||
enableKcp = this.enableKcp
|
||||
if enableKcp {
|
||||
KcpConfig = this.kcpConfig
|
||||
connectionReuse = false
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user