Skip to content

Commit 65b22fd

Browse files
throw a few more protocalls
1 parent 88a162f commit 65b22fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

code/logic/fossil/io/network.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
#define FOSSIL_IO_SOCKET_TYPE_RAW SOCK_RAW
3838
#define FOSSIL_IO_SOCKET_TYPE_RDM SOCK_RDM
3939
#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
4043

4144
#ifdef __cplusplus
4245
extern "C" {

0 commit comments

Comments
 (0)