Closed riton closed 6 years ago
This P.R adds the ability to modify livestatus listen() backlog parameter.
listen()
Add support for a special value max that allows to use SOMAXCONN as listen() backlog parameter.
max
SOMAXCONN
Damn, just came across #38. I'll close that one and use the other P.R.
This P.R adds the ability to modify livestatus
listen()
backlog parameter.Add support for a special value
max
that allows to useSOMAXCONN
aslisten()
backlog parameter.