mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 15:42:48 +02:00
Originally, tcphdr's source and dest from Linux were used to get the source and port which led to a build issue on BSD oses. To avoid side problems related to network then we just use an internal struct as we need only those two fields.