remove 'Dialer Addr' from stats.Session

This commit is contained in:
Jason
2019-08-11 18:05:58 +08:00
parent 92a111440e
commit 0725413b80
4 changed files with 2 additions and 6 deletions

View File

@@ -93,7 +93,6 @@ func (h *tcpHandler) Handle(localConn net.Conn, target *net.TCPAddr) error {
sess = &stats.Session{
ProcessName: process,
Network: target.Network(),
DialerAddr: remoteConn.LocalAddr().String(),
ClientAddr: localConn.LocalAddr().String(),
TargetAddr: targetAddr,
UploadBytes: 0,