diff --git a/udp/udp_linux.go b/udp/udp_linux.go index be6f11c6..8d274d17 100644 --- a/udp/udp_linux.go +++ b/udp/udp_linux.go @@ -60,7 +60,6 @@ func NewListener(l *logrus.Logger, ip netip.Addr, port int, multi bool, batch in _ = udpConn.Close() return nil, err } - udpConn.LocalAddr().String() //steal the socket's fd for sending var sockFd uintptr