mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 17:27:23 -05:00
Removed manadory mandatory requirement for Read/Write Timeout+
This commit is contained in:
parent
d0d63ee5b3
commit
f4ff2e9366
@ -32,7 +32,6 @@ func (kvl *KCPVlistener) Accept() (net.Conn, error) {
|
||||
var badbit bool = false
|
||||
|
||||
for _, key := range kvl.previousSocketid {
|
||||
log.Info("kcp: listener testing,", key, ":", conn.GetConv())
|
||||
if key == conn.GetConv() {
|
||||
badbit = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user