Skip to content

Fix support for IPV6_PKTINFO on macOS

Tom Schoonjans requested to merge tschoonj/gssdp:macos-ipv6 into master

Apparently IPV6_PKTINFO is not defined on macOS, unless __APPLE_USE_RFC_3542 is defined before including <netinet.h>.

By the way is the recently released 1.1.0.1 stable or unstable?

Merge request reports