Skip to content
Commit 0ddfbc0f authored by Jonas Holmberg's avatar Jonas Holmberg Committed by Wim Taymans
Browse files

systemd: Increase backlog for unix sockets

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.
parent ad0d7ef9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment