haproxy/include
Willy Tarreau 96596aeead MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection
The destination address is purely a connection thing and not an fd thing.
It's also likely that later the address will be stored into the connection
and linked to by the SI.

struct fdinfo only keeps the pointer to the port range and the local port
for now. All of this also needs to move to the connection but before this
the release of the port range must move from fd_delete() to a new function
dedicated to the connection.
2012-06-08 22:59:52 +02:00
..
common MINOR: standard: add a new debug macro : fddebug() 2012-05-13 00:21:17 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto BUG/MAJOR: b_rew() must pass a signed offset to b_ptr() 2012-05-31 11:33:42 +02:00
types MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection 2012-06-08 22:59:52 +02:00