mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-10 02:50:27 +00:00
remove debug code
This commit is contained in:
parent
abd8b69979
commit
570e85c297
@ -57,10 +57,8 @@ func (iface *tcpInterface) setExtraOptions(c net.Conn) {
|
||||
sock.SetNoDelay(true)
|
||||
sock.SetKeepAlive(true)
|
||||
sock.SetKeepAlivePeriod(iface.tcp_timeout)
|
||||
panic("DEBUG testing")
|
||||
// TODO something for socks5
|
||||
default:
|
||||
iface.core.log.Println("Unrecognized connection type: %v", sock)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user