pulseaudio/src/modules/rtp
Sanchayan Maity 410db7d216 rtp: Fix sending of small packets
The current implementation for RTP send isn't optimised for sending MTU
bytes of data like rtp-native. For eg. if MTU is 1280 bytes and we have
to send 1276 bytes, two packets are send out one of 1268 bytes and other
of 8 bytes. Sending out a packet of 8 bytes has a significant overhead
and we should be sending MTU bytes of data.

Fix this by accumulating MTU bytes of data and sending data only on
accumulation of MTU worth of data.
2020-09-21 10:06:48 +05:30
..
headerlist.c Rename functions with "tostring" in the name to one with "to_string" to conform with the convention. 2015-09-25 17:29:02 +05:30
headerlist.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
meson.build rtp: Add a GStreamer-based RTP implementation 2019-11-08 17:39:40 +05:30
module-rtp-recv.c rtp: Add a GStreamer-based RTP implementation 2019-11-08 17:39:40 +05:30
module-rtp-send.c rtp: Add a GStreamer-based RTP implementation 2019-11-08 17:39:40 +05:30
rfc2327.txt add an RTP sender module 2006-04-14 23:47:33 +00:00
rfc2974.txt add an RTP sender module 2006-04-14 23:47:33 +00:00
rfc3550.txt add an RTP sender module 2006-04-14 23:47:33 +00:00
rfc3551.txt add an RTP sender module 2006-04-14 23:47:33 +00:00
rtp-common.c rtp: Add a GStreamer-based RTP implementation 2019-11-08 17:39:40 +05:30
rtp-gstreamer.c rtp: Fix sending of small packets 2020-09-21 10:06:48 +05:30
rtp-native.c rtp: Add some logging to know what backend is being used 2019-11-08 17:39:40 +05:30
rtp.h rtp: Add a GStreamer-based RTP implementation 2019-11-08 17:39:40 +05:30
rtsp_client.c raop: Add autoreconnect feature 2019-12-22 09:43:14 +00:00
rtsp_client.h raop: Add autoreconnect feature 2019-12-22 09:43:14 +00:00
sap.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
sap.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
sdp.c rtp: Drop support for non-L16 media 2019-11-08 17:39:03 +05:30
sdp.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00