mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-21 06:11:45 +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.