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

@@ -175,7 +175,6 @@ func (h *udpHandler) connectInternal(conn core.UDPConn, targetAddr string) error
sess := &stats.Session{
ProcessName: process,
Network: conn.LocalAddr().Network(),
DialerAddr: remoteConn.LocalAddr().String(),
ClientAddr: conn.LocalAddr().String(),
TargetAddr: targetAddr,
UploadBytes: 0,