webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
4.08k stars 363 forks source link

IPv6? #473

Open jamilbk opened 1 year ago

jamilbk commented 1 year ago

Hey folks, thanks so much for the amazing library. We're using it over in firezone/firezone with good results so far.

However, we noticed that testing with IPv6 addresses seems to fail completely, and we suspect perhaps it is not supported.

Is this the case? If so, any hint as to how much work would be required to support it? We'd like to help out if possible.

Thanks in advance!

cc @thomaseizinger @conectado

jamilbk commented 1 year ago

Closed via #475

thomaseizinger commented 1 year ago

Depending on the scope, I'd say this isn't fully resolved because webrtc-rs doesn't seem to use the RequestedAddressFamily and AdditionalAddressFamily headers to make IPv6 allocations when necessary.

thomaseizinger commented 1 year ago

@rainliu Thanks for landing #495. Maybe I am missing something but that only seems to address the server-side right? Can we re-open this to also track handling IPv6 on the client side, i.e. making IP6 allocations?

ris-work commented 7 months ago

I am also interested in IPv6-only deployments. I'd love to see it supported as well.