mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-04-21 17:01:35 +00:00
Removed manadory mandatory requirement for Read/Write Timeout+
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user