[Bug 604870] [udpsink] Can't set TTL socket option

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 31 11:04:45 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=604870
  GStreamer | gst-plugins-good | 0.10.17

--- Comment #29 from stephane.raux at ultrasonix.com 2012-07-31 18:04:39 UTC ---
In addition to the fact that a failure to set the TTL on Windows should not be
considered fatal, the WSAEINVAL error code may indicate another bug as
setsockopt is supposed to return WSAEINVAL only when "The level parameter is
not valid, or the information in the buffer pointed to by the optval parameter
is not valid". The level is IPPROTO_IP which seems correct and IP_TTL expects a
pointer to DWORD which should be ok as the code passes an int*.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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