[Bug 785684] rtspconnection: add API to send messages without blocking

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 5 09:13:40 UTC 2017


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

--- Comment #11 from anila <anila.balavan at axis.com> ---
Hi Tim,

If we use the blocking send then we block in the send systemcall till the
IPStack timeout is reached (which is around 120secs), thats the main reason we
where trying to use non blocking send(for which we used the MSG_DONTWAIT flag
in the beginning) because the thread comes out of the send systemcall as soon
as we receive EWOULDBLOCK or EAGAIN.

Thanks & regards,
Anila

-- 
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