mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-25 23:01:38 +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.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 New Issue
Block a user