fix xtcp encryption

This commit is contained in:
fatedier
2017-10-25 02:49:56 +08:00
parent 9e0fd0c4ef
commit fa2b9a836c
3 changed files with 15 additions and 7 deletions

View File

@@ -295,6 +295,7 @@ func (sv *XtcpVistor) handleConn(userConn frpNet.Conn) {
}
frpIo.Join(userConn, remote)
sv.Debug("join connections closed")
}
func (sv *XtcpVistor) sendDetectMsg(addr string, port int64, laddr *net.UDPAddr, content []byte) (err error) {