versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.27k stars 1.13k forks source link

ListenInfo: Ignore given socket flags if not suitable for given IP family or transport #1294

Closed ibc closed 10 months ago

ibc commented 10 months ago

For example, by design libuv will throw if a IPv4 socket is created with flag UV_UDP_IPV6ONLY or UV_TCP_IPV6ONLY.

ibc commented 10 months ago

Merging, this is an easy one.

jmillan commented 10 months ago

👍