mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-03 07:56:42 -05:00
KCP: This code cause unwanted effect
This commit is contained in:
parent
18841209ee
commit
14623e6fa4
@ -92,7 +92,7 @@ func (this *TCPHub) start() {
|
|||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if this.accepting {
|
if this.accepting {
|
||||||
log.Info("Listener: Failed to accept new TCP connection: ", err)
|
log.Warning("Listener: Failed to accept new TCP connection: ", err)
|
||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user