netty5/transport-native-unix-common
Greg Lewis 154e40bcea Fix the transport-native-unix-common build on FreeBSD (#9814)
Motivation:

Modern versions of FreeBSD define IP_RECVORIGDSTADDR, but don't define
SOL_IP.  This causes the build to fail.

Modifications:

The equivalent to SOL_IP on FreeBSD is IPPROTO_IP.  Define SOL_IP as that
if SOL_IP is not defined and IPPROTO_IP is.

Result:

This allows a successful build on FreeBSD
2019-11-27 06:52:58 +01:00
..
src Fix the transport-native-unix-common build on FreeBSD (#9814) 2019-11-27 06:52:58 +01:00
Makefile New native transport for kqueue 2017-05-03 09:53:22 -07:00
pom.xml Include c source files in source jar (#9497) 2019-08-23 09:33:31 +02:00