commit | 3015a2eebd1fa7e3509a7e5166ad1b5beada603f | [log] [tgz] |
---|---|---|
author | David Carlier <devnexen@gmail.com> | Mon Jul 04 22:51:33 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 05 14:43:05 2016 +0200 |
tree | fb81547a35895c663713278fb48a7aab01d6d2b8 | |
parent | 90fd35c3a726e613e36ea0399507778b094181a0 [diff] |
CLEANUP: connection: using internal struct to hold source and dest port. 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.