mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-09 17:11:37 +01:00
* second batch of socklen_t changes. * clean-ups from Cameron Simpson. * because tv_remain() does not know about eternity, using no timeout can make select() spin around a null time-out. Bug reported by Cameron Simpson. * client read timeout was not properly set to eternity initialized after an accept() if it was not set in the config. It remained undetected so long because eternity is 0 and newly allocated pages are zeroed by the system. * do not call get_original_dst() when not in transparent mode. * implemented a workaround for a bug in certain epoll() implementations on linux-2.4 kernels (epoll-lt <= 0.21). * implemented TCP keepalive with new options : tcpka, clitcpka, srvtcpka.
Description
No description provided
Languages
C
98.1%
Shell
0.9%
Makefile
0.5%
Lua
0.2%
Python
0.1%