Loading netwerk/sctp/src/moz.build +2 −0 Original line number Diff line number Diff line Loading @@ -62,3 +62,5 @@ if CONFIG['OS_TARGET'] in ('Linux', 'Android'): DEFINES['_GNU_SOURCE'] = 1 elif CONFIG['OS_TARGET'] == 'Darwin': DEFINES['__APPLE_USE_RFC_2292'] = 1 elif CONFIG['OS_TARGET'] == 'WINNT': DEFINES['_CRT_RAND_S'] = True netwerk/sctp/src/netinet/sctp_cc_functions.c +4 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,10 @@ #include <netinet/sctp_kdtrace.h> #endif #if defined(_WIN32) && defined(__MINGW32__) #include <minmax.h> #endif #define SHIFT_MPTCP_MULTI_N 40 #define SHIFT_MPTCP_MULTI_Z 16 #define SHIFT_MPTCP_MULTI 8 Loading netwerk/sctp/src/netinet/sctp_indata.c +5 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,11 @@ #if defined(__FreeBSD__) && !defined(__Userspace__) #include <netinet/sctp_lock_bsd.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif /* * NOTES: On the outbound side of things I need to check the sack timer to * see if I should generate a sack into the chunk queue (if I have data to Loading netwerk/sctp/src/netinet/sctp_input.c +4 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,10 @@ #include <sys/smp.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif static void sctp_stop_all_cookie_timers(struct sctp_tcb *stcb) { Loading netwerk/sctp/src/netinet/sctp_output.c +5 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,11 @@ #if defined(__Userspace__) && defined(INET6) #include <netinet6/sctp6_var.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif #if defined(__APPLE__) && !defined(__Userspace__) #if !(defined(APPLE_LEOPARD) || defined(APPLE_SNOWLEOPARD)) #define SCTP_MAX_LINKHDR 16 Loading Loading
netwerk/sctp/src/moz.build +2 −0 Original line number Diff line number Diff line Loading @@ -62,3 +62,5 @@ if CONFIG['OS_TARGET'] in ('Linux', 'Android'): DEFINES['_GNU_SOURCE'] = 1 elif CONFIG['OS_TARGET'] == 'Darwin': DEFINES['__APPLE_USE_RFC_2292'] = 1 elif CONFIG['OS_TARGET'] == 'WINNT': DEFINES['_CRT_RAND_S'] = True
netwerk/sctp/src/netinet/sctp_cc_functions.c +4 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,10 @@ #include <netinet/sctp_kdtrace.h> #endif #if defined(_WIN32) && defined(__MINGW32__) #include <minmax.h> #endif #define SHIFT_MPTCP_MULTI_N 40 #define SHIFT_MPTCP_MULTI_Z 16 #define SHIFT_MPTCP_MULTI 8 Loading
netwerk/sctp/src/netinet/sctp_indata.c +5 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,11 @@ #if defined(__FreeBSD__) && !defined(__Userspace__) #include <netinet/sctp_lock_bsd.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif /* * NOTES: On the outbound side of things I need to check the sack timer to * see if I should generate a sack into the chunk queue (if I have data to Loading
netwerk/sctp/src/netinet/sctp_input.c +4 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,10 @@ #include <sys/smp.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif static void sctp_stop_all_cookie_timers(struct sctp_tcb *stcb) { Loading
netwerk/sctp/src/netinet/sctp_output.c +5 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,11 @@ #if defined(__Userspace__) && defined(INET6) #include <netinet6/sctp6_var.h> #endif #if defined(_WIN32) && !defined(_MSC_VER) #include <minmax.h> #endif #if defined(__APPLE__) && !defined(__Userspace__) #if !(defined(APPLE_LEOPARD) || defined(APPLE_SNOWLEOPARD)) #define SCTP_MAX_LINKHDR 16 Loading