haproxy/include
Willy Tarreau f3a6d7e115 MEDIUM: connection: reorganize connection flags
The connection flags have progressively been added one after the other
and were not very well organized. Some of them are often used together
and a number of operations are performed on the DATA/SOCK ENA/POL flags.
Thus, they have been reorganized so that flags that work together are
close to each other (allows immediate operands on ARM) and that polling
changes can be detected with fewer operations using a simple shift and
xor. The handshakes are now the last ones so that it will be easier to
add new ones after without risking a collision. All activity-related
flags are also grouped together.
2012-10-04 22:26:10 +02:00
..
common MINOR: buffers: add a few functions to write chars, strings and blocks 2012-10-04 22:26:09 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: connection: reorganize connection flags 2012-10-04 22:26:10 +02:00
types MEDIUM: connection: reorganize connection flags 2012-10-04 22:26:10 +02:00