Stop using SOL_TCP, SOL_IP and SOL_IPV6.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 15 Apr 2016 14:56:56 +0000 (16:56 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 15 Apr 2016 14:56:56 +0000 (16:56 +0200)
Instead, use IPPROTO_TCP, _IP and _IPv6. This fixes an issue on OS X where
it didn't create an UDP socket that listened on IPv4.


No differences found