|
@@ -179,7 +179,7 @@ func (d *DefaultDialer) ListenPacket(ctx context.Context, destination M.Socksadd
|
|
|
}
|
|
|
|
|
|
func (d *DefaultDialer) ListenPacketCompat(network, address string) (net.PacketConn, error) {
|
|
|
- return trackPacketConn(d.udpListener.ListenPacket(context.Background(), network, address))
|
|
|
+ return d.udpListener.ListenPacket(context.Background(), network, address)
|
|
|
}
|
|
|
|
|
|
func trackConn(conn net.Conn, err error) (net.Conn, error) {
|