]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: compute the exact bind-process before listener's maxaccept
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2014 11:41:21 +0000 (13:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2014 13:43:24 +0000 (15:43 +0200)
commit419ead8eca9237f9cc2ec32630d96fde333282ee
treec45411935c3ac33ca0385180bbe96e4e599edcf9
parentb369a045d545b41ef2b250bf747caf83c97e0ca8
MEDIUM: config: compute the exact bind-process before listener's maxaccept

This is a continuation of previous patch, the listener's maxaccept is divided
by the number of processes, so it's best if we can swap the two blocks so that
the number of processes is already known when computing the maxaccept value.
src/cfgparse.c