mirror of
https://github.com/fatedier/frp.git
synced 2025-04-23 08:41:26 +00:00
tab2
This commit is contained in:
parent
1587948eae
commit
3b577109d4
@ -259,7 +259,7 @@ func (pxy *BaseProxy) handleUserTCPConnection(userConn net.Conn) {
|
||||
})
|
||||
}
|
||||
|
||||
startime := time.Now().UnixNano() / 1000000 // time in microseconds
|
||||
startime := time.Now().UnixNano() / 1000000 // time in microseconds
|
||||
xl.Debugf("join connections, workConn(l[%s] r[%s]) userConn(l[%s] r[%s])", workConn.LocalAddr().String(),
|
||||
workConn.RemoteAddr().String(), userConn.LocalAddr().String(), userConn.RemoteAddr().String())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user