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.
2 parents e9c0aa1 + 4f27595 commit e423cfbCopy full SHA for e423cfb
ext/sockets/conversions.h
@@ -8,6 +8,13 @@
8
# include <sys/socket.h>
9
# if defined(__FreeBSD__) || defined(__NetBSD__)
10
# include <sys/un.h>
11
+# if defined(__FreeBSD__)
12
+ // we can't fully implement the ancillary data feature with
13
+ // the legacy sockcred/LOCAL_CREDS pair (due to lack of process
14
+ // id handling), so we disable it since only the
15
+ // sockcred2/LOCAL_CREDS_PERSISTENT pair can address it.
16
+# undef LOCAL_CREDS
17
+# endif
18
# endif
19
#else
20
# include <Ws2tcpip.h>
0 commit comments