mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-04-21 17:01:35 +00:00
KCP: discard useless conn in Accept+
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user