mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-13 10:21:50 +00:00
remove debug code
This commit is contained in:
parent
abd8b69979
commit
570e85c297
1 changed files with 0 additions and 2 deletions
|
@ -57,10 +57,8 @@ func (iface *tcpInterface) setExtraOptions(c net.Conn) {
|
||||||
sock.SetNoDelay(true)
|
sock.SetNoDelay(true)
|
||||||
sock.SetKeepAlive(true)
|
sock.SetKeepAlive(true)
|
||||||
sock.SetKeepAlivePeriod(iface.tcp_timeout)
|
sock.SetKeepAlivePeriod(iface.tcp_timeout)
|
||||||
panic("DEBUG testing")
|
|
||||||
// TODO something for socks5
|
// TODO something for socks5
|
||||||
default:
|
default:
|
||||||
iface.core.log.Println("Unrecognized connection type: %v", sock)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue