mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 14:21:00 +01:00
In ticket #1413, the transfer of FDs couldn't correctly work on alpine linux. After a few tests with musl on another distribution it seems to be a limitation of this libc. The number of FD that could be sent per sendmsg was set to 253, which does not seem to work with musl, decreasing it 252 seems to work better, so lets set this value everywhere since it does not have that much impact. This must be backported in every maintained version.