Commit Graph

2 Commits

Author SHA1 Message Date
Sean DuBois
7ff112fc34 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
2021-10-26 14:54:57 -04:00
Sean DuBois
0ecbcfeb4f Add examples/ice-single-port-mode
Demonstrate how using the new ICEUDPMux multiple PeerConnections
can be served via a single port.
2021-04-21 11:25:30 -07:00