haproxy/include
Willy Tarreau d825eef9c5 [MAJOR] replaced all timeouts with struct timeval
The timeout functions were difficult to manipulate because they were
rounding results to the millisecond. Thus, it was difficult to compare
and to check what expired and what did not. Also, the comparison
functions were heavy with multiplies and divides by 1000. Now, all
timeouts are stored in timevals, reducing the number of operations
for updates and leading to cleaner and more efficient code.
2007-05-12 22:35:00 +02:00
..
common [MAJOR] replaced all timeouts with struct timeval 2007-05-12 22:35:00 +02:00
import [MINOR] removed useless counters from ul2tree_insert() 2007-04-29 13:43:03 +02:00
proto [MAJOR] replaced all timeouts with struct timeval 2007-05-12 22:35:00 +02:00
types [MAJOR] replaced all timeouts with struct timeval 2007-05-12 22:35:00 +02:00