mirror of
https://github.com/fatedier/frp.git
synced 2026-04-21 16:39:09 +08:00
fix xtcp encryption
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user