diff --git a/udp_mux.go b/udp_mux.go index 6f0ed73..0bbe3b5 100644 --- a/udp_mux.go +++ b/udp_mux.go @@ -42,7 +42,7 @@ const maxAddrSize = 512 // UDPMuxParams are parameters for UDPMux. type UDPMuxParams struct { Logger logging.LeveledLogger - UDPConn *net.UDPConn + UDPConn net.PacketConn } // NewUDPMuxDefault creates an implementation of UDPMux