5
0
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:
Arceliar 2018-12-14 21:12:25 -06:00
parent abd8b69979
commit 570e85c297

View File

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