mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-14 05:11:15 +01: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.