haproxy/include
Willy Tarreau 2ae84e445d MEDIUM: poller: separate the wait time from the wake events
We have been abusing the do_poll()'s timeout for a while, making it zero
whenever there is some known activity. The problem this poses is that it
complicates activity diagnostic by incrementing the poll_exp field for
each known activity. It also requires extra computations that could be
avoided.

This change passes a "wake" argument to say that the poller must not
sleep. This simplifies the operations and allows one to differenciate
expirations from activity.
2019-05-28 17:25:21 +02:00
..
common MINOR: htx: make htx_add_data() return the transmitted byte count 2019-05-28 14:48:59 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: channel/htx: Add functions to forward a part or all HTX payload 2019-05-28 07:42:33 +02:00
types MEDIUM: poller: separate the wait time from the wake events 2019-05-28 17:25:21 +02:00