[Bug 795268] udpsrc listens on Legacy IP only

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Apr 15 19:08:37 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=795268

--- Comment #2 from David Woodhouse <dwmw2 at infradead.org> ---
In most cases IPV6_V6ONLY isn't set, so listening on [::] would also accept
Legacy IP connections too. The conventional trick is to bind to [::] first,
then also attempt to bind to 0.0.0.0. If the latter fails, the former is
accepting Legacy IP.

There should be no need for compatibility concerns.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list