CONTRIB: tcploop: make it build on FreeBSD
authorWilly Tarreau <w@1wt.eu>
Tue, 14 Mar 2017 13:36:26 +0000 (14:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Mar 2017 10:48:46 +0000 (11:48 +0100)
commit0c0c0a6c26c31355f0913a971077c7d764a01b7a
treea03a407edaec635b4bae2f6421f351b07186f099
parent544d481516024e13c25b5673b8d6b3b647898bae
CONTRIB: tcploop: make it build on FreeBSD

A few changes :
- SOL_TCP must be replaced with IPPROTO_TCP
- TCP_NOQUICKACK is not defined
- MSG_MORE can be ignored and replaced with 0
contrib/tcploop/tcploop.c