We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d185c commit 424ea56Copy full SHA for 424ea56
picoquic/picosocks.c
@@ -645,6 +645,7 @@ void picoquic_socks_cmsg_format(
645
}
646
#else
647
/* The IP_PKTINFO structure is not defined on BSD */
648
+ /* Some versions of freeBSD do not define IP_SENDSRCADDR, use IP_RECVDSTADDR instead. */
649
struct in_addr* pktinfo = (struct in_addr*)cmsg_format_header_return_data_ptr(msg, &last_cmsg,
650
&control_length, IPPROTO_IP,
651
#ifdef IP_SENDSRCADDR
0 commit comments