mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
In media-sink, there's no need to set RCVBUF. In media-source, we don't need to set NONBLOCK, as reads are done with DONTWAIT. Don't set SNDBUF as it's not needed there. Don't set RCVBUF, but use the (big) kernel default value: decode-buffer will handle any overruns. Small values of RCVBUF might cause problems if kernel is sending packets in a burst faster than we wake up. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||