Sean-Der UDPMuxParams use net.PacketConn instead of UDPConn
d5db223 Oct 26, 2021
UDPMuxParams use net.PacketConn instead of UDPConn
UDPConn satisifies the net.PacketConn interface. Allows us to pass in
structures that satisfy the interface, but aren't a UDPConn
d5db223