[gstreamer-bugs] [Bug 622757] gst-rtsp-server needs the SO_LINGER option to be set to reset the TCP connection immediately for port reuse

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 16 03:47:54 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=622757
  GStreamer | gst-plugins | 0.10.29

--- Comment #7 from Wim Taymans <wim.taymans at gmail.com> 2010-08-16 10:47:51 UTC ---
Commited the SO_LINGER part. I believe the configuration of the multicast
address should be done on the media-factory. This would make it possible to
have one server send on multiple multicast addresses depending on the media.


commit 8f6fd320654f5390d72027ac289921f1f26e40b4
Author: Robert Krakora <rob.krakora at messagenetsystems.com>
Date:   Mon Aug 16 12:32:28 2010 +0200

    server: use SO_LINGER

    SO_LINGER on the socket will make sure that any pending data on the socket
is
    flushed ASAP and that the socket connection is reset. This makes sure that
the
    socket can be reused immediately.

    Fixes 622757

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