mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
Use the default backlog size, SOMAXCONN (128), which is the same as for the unix socket in module-protocol-native. If the backlog queue gets full incoming connections will be closed before they can be accepted. This causes connect() to fail with EAGAIN on the client side and since the server socket is closed it will not be possible to use the client socket further.
12 lines
186 B
SYSTEMD
12 lines
186 B
SYSTEMD
[Unit]
|
|
Description=Multimedia System
|
|
|
|
[Socket]
|
|
Priority=6
|
|
ListenStream=%t/pipewire/pipewire-0
|
|
SocketUser=pipewire
|
|
SocketGroup=pipewire
|
|
SocketMode=0660
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|