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 88a162f commit 65b22fdCopy full SHA for 65b22fd
code/logic/fossil/io/network.h
@@ -37,6 +37,9 @@
37
#define FOSSIL_IO_SOCKET_TYPE_RAW SOCK_RAW
38
#define FOSSIL_IO_SOCKET_TYPE_RDM SOCK_RDM
39
#define FOSSIL_IO_SOCKET_TYPE_SEQPACKET SOCK_SEQPACKET
40
+#define FOSSIL_IO_SOCKET_TYPE_PACKET SOCK_PACKET
41
+#define FOSSIL_IO_SOCKET_TYPE_DCCP SOCK_DCCP
42
+#define FOSSIL_IO_SOCKET_TYPE_SCTP SOCK_SCTP
43
44
#ifdef __cplusplus
45
extern "C" {
0 commit comments