From 3b577109d425d2d2878935af4e46c12112881e5a Mon Sep 17 00:00:00 2001 From: berlin2123 <68841407+berlin2123@users.noreply.github.com> Date: Tue, 4 Mar 2025 23:09:19 +0800 Subject: [PATCH] tab2 --- server/proxy/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/proxy/proxy.go b/server/proxy/proxy.go index 64e50982..666b8bd6 100644 --- a/server/proxy/proxy.go +++ b/server/proxy/proxy.go @@ -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())