Changes since version 1.5.17 : Cyril Bonté (1): BUG/MINOR: fix maxaccept computation according to the frontend process range Daniel Schneller (1): DOC: Clarify IPv4 address / mask notation rules Willy Tarreau (9): CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() BUG/MEDIUM: fix maxaccept computation on per-process listeners BUG/MINOR: listener: stop unbound listeners on startup MEDIUM: unblock signals on startup. BUG/MEDIUM: channel: don't allow to overwrite the reserve until connected BUG/MEDIUM: channel: incorrect polling condition may delay event delivery BUG/MEDIUM: channel: fix miscalculation of available buffer space (3rd try) MINOR: channel: add new function channel_congested() BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client