7 Commits

Author SHA1 Message Date
Sean DuBois
3aab0355e0 Upgrade dtls, ice, stun and turn
New major version of all packages caused by DTLS upgrade
2024-08-12 13:45:35 -04:00
renovate[bot]
ea23dec2b9 Update module transport, srtp, ice and turn
ReplayDetector introduced a breaking change
2023-09-03 23:59:43 -04:00
Steffen Vogel
683fc837d0 Make repo REUSE compliant 2023-05-05 11:58:49 -04:00
cnderrauber
9030083fa5 Update pion/ice for UDPMux
Update pion/ice for UDPMux, also update example
2022-10-11 17:06:06 +08:00
cnderrauber
62ea7bd5a6 Update pion/ice for mux fix
Update pion/ice for mux fix
2022-09-26 15:22:49 +08:00
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