ソースを参照

KCP: discard useless conn in Accept+

Shelikhoo 9 年 前
コミット
4df5d42011
1 ファイル変更1 行追加1 行削除
  1. 1 1
      transport/hub/tcp.go

+ 1 - 1
transport/hub/tcp.go

@@ -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
 		}