haproxy/include
Willy Tarreau 2ff7622c0c [MAJOR] delay registering of listener sockets at startup
Some pollers such as kqueue lose their FD across fork(), meaning that
the registered file descriptors are lost too. Now when the proxies are
started by start_proxies(), the file descriptors are not registered yet,
leaving enough time for the fork() to take place and to get a new pollfd.
It will be the first call to maintain_proxies that will register them.
2007-04-09 19:29:56 +02:00
..
common [BUILD] fix build on FreeBSD for INT_MIN/INT_MAX 2007-04-09 15:57:51 +02:00
import [MEDIUM] import ip_tproxy.h from cttproxy 2006-11-12 23:50:48 +01:00
proto [MAJOR] delay registering of listener sockets at startup 2007-04-09 19:29:56 +02:00
types [MAJOR] delay registering of listener sockets at startup 2007-04-09 19:29:56 +02:00