1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 15:26:29 -04:00

Removed manadory mandatory requirement for Read/Write Timeout+

This commit is contained in:
Shelikhoo 2016-06-12 22:39:38 +08:00
parent d0d63ee5b3
commit f4ff2e9366
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21

View File

@ -32,7 +32,6 @@ func (kvl *KCPVlistener) Accept() (net.Conn, error) {
var badbit bool = false var badbit bool = false
for _, key := range kvl.previousSocketid { for _, key := range kvl.previousSocketid {
log.Info("kcp: listener testing,", key, ":", conn.GetConv())
if key == conn.GetConv() { if key == conn.GetConv() {
badbit = true badbit = true
} }