From: Guus Sliepen Date: Fri, 15 Apr 2016 14:56:56 +0000 (+0200) Subject: Stop using SOL_TCP, SOL_IP and SOL_IPV6. X-Git-Tag: release-1.1pre12~21 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=a31e1f03c4eff16403178695d971a0838996ba2e;hp=a31e1f03c4eff16403178695d971a0838996ba2e;p=tinc Stop using SOL_TCP, SOL_IP and SOL_IPV6. 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. ---