pulseaudio/src
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
..
daemon main, core: check idle after loading conf 2020-08-31 19:09:02 +03:00
modules rtp: Fix sending of small packets 2020-09-21 10:06:48 +05:30
pulse Rename "available group" to "availability group" 2020-08-10 20:54:21 +03:00
pulsecore ucm: add possibility to skip the UCM card completely (Linked) 2020-09-17 14:52:50 +00:00
tests meson: Add missing thread_dep to atomic-test 2020-08-09 03:29:23 +02:00
utils Rename "available group" to "availability group" 2020-08-10 20:54:21 +03:00
.gitignore gitignore: Ignore hashmap-test 2020-08-06 14:34:56 +03:00
depmod.py update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
Makefile.am alsa-mixer: Add an explicit profile-set for Audigy devices 2020-09-02 16:30:06 -04:00
map-file thread-mainloop: Add API for running a callback unlocked 2019-03-31 09:18:37 +00:00
meson.build meson: Remove libpulse dep from libpulsecore 2020-04-09 14:51:21 +00:00