]> git.sesse.net Git - vlc/commit
RTP out: hint the IP stack we won't be receiving anything on UDP sockets
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 7 Dec 2009 18:45:59 +0000 (20:45 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 7 Dec 2009 18:47:13 +0000 (20:47 +0200)
commit5656d43c43708f75bd0d6795de5b08745dfa8a1d
tree70b0037eec6c2afeb7e6ff80842f0db506c6dfa6
parentb377e1af8d5a0df8e9969655a2024b251724c83c
RTP out: hint the IP stack we won't be receiving anything on UDP sockets

Currently, we never read from RTP and RTCP sockets, so we might as well
set their RX buffer size to zero.
modules/stream_out/rtcp.c
modules/stream_out/rtp.c
modules/stream_out/rtsp.c