mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
KCP: discard useless conn in Accept+
This commit is contained in:
parent
f601962391
commit
4df5d42011
@ -92,7 +92,7 @@ func (this *TCPHub) start() {
|
||||
|
||||
if err != nil {
|
||||
if this.accepting {
|
||||
log.info("Listener: Failed to accept new TCP connection: ", err)
|
||||
log.Info("Listener: Failed to accept new TCP connection: ", err)
|
||||
}
|
||||
continue
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user