haproxy/dev/tcploop
Willy Tarreau 45c2779456 DEV: tcploop: centralize the polling code into wait_for_fd()
There are multiple call places for poll(), let's first centralize them
to make it easier to enhance it. All callers now use the wait_for_fd()
function which was extended to take a timeout and which can return the
indication that an error was seen.
2022-11-25 17:07:22 +01:00
..
Makefile BUILD: makefile: move default verbosity settings to include/make/verbose.mk 2022-11-17 10:56:35 +01:00
tcploop.c DEV: tcploop: centralize the polling code into wait_for_fd() 2022-11-25 17:07:22 +01:00