gstreamer/gst/rtsp-server
Robert Krakora 8f6fd32065 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
2010-08-16 12:45:24 +02:00
..
Makefile.am rtsp: prepare for handling GET/SET_PARAMETER 2009-06-10 00:01:07 +02:00
rtsp-client.c client: improve client cleanups 2010-04-06 17:08:40 +02:00
rtsp-client.h rtsp: keep track of server ip and ipv6 2010-03-16 18:37:18 +01:00
rtsp-media-factory.c media-factory: better error handling 2010-03-05 13:34:15 +01:00
rtsp-media-factory.h Made collect_streams function public 2009-06-18 15:53:42 +02:00
rtsp-media-mapping.c Use GStreamer's debugging subsystem 2009-11-21 19:20:23 +01:00
rtsp-media-mapping.h Cleanups and doc updates 2009-01-22 18:35:17 +01:00
rtsp-media.c Add stdlib.h for atoi() 2010-08-09 12:56:23 -07:00
rtsp-media.h media: allow configuration of allowed lower transport 2010-03-19 15:15:29 +01:00
rtsp-params.c rtsp: prepare for handling GET/SET_PARAMETER 2009-06-10 00:01:07 +02:00
rtsp-params.h rtsp: prepare for handling GET/SET_PARAMETER 2009-06-10 00:01:07 +02:00
rtsp-sdp.c rtsp-server: add more support for multicast 2010-03-19 18:03:40 +01:00
rtsp-sdp.h rtsp: keep track of server ip and ipv6 2010-03-16 18:37:18 +01:00
rtsp-server.c server: use SO_LINGER 2010-08-16 12:45:24 +02:00
rtsp-server.h server: rework server part 2010-03-09 13:49:00 +01:00
rtsp-session-pool.c Use GStreamer's debugging subsystem 2009-11-21 19:20:23 +01:00
rtsp-session-pool.h sessionpool: add function to filter sessions 2009-06-30 21:27:53 +02:00
rtsp-session.c session: add support for prevent session timeouts 2010-04-06 17:07:27 +02:00
rtsp-session.h session: add support for prevent session timeouts 2010-04-06 17:07:27 +02:00