aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelpon <shigemasa7watanabe+github@gmail.com>2023-11-05 22:44:36 +0900
committerGitHub <noreply@github.com>2023-11-05 14:44:36 +0100
commitc9902a03567315a7776c160cd08cbf4c8ac6af28 (patch)
treef14c169ec81b156598513838a9788a4455e46403
parenta0cbf4681474fab1e89d9e9e2d5c3694fce50359 (diff)
downloadusrsctp-c9902a03567315a7776c160cd08cbf4c8ac6af28.tar.gz
Add definition for sctp_ootb_with_zero_cksum (#689)
-rwxr-xr-xusrsctplib/user_socket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usrsctplib/user_socket.c b/usrsctplib/user_socket.c
index 6658390..cde6ecc 100755
--- a/usrsctplib/user_socket.c
+++ b/usrsctplib/user_socket.c
@@ -3479,6 +3479,7 @@ USRSCTP_SYSCTL_SET_DEF(sctp_steady_step, SCTPCTL_RTTVAR_STEADYS)
USRSCTP_SYSCTL_SET_DEF(sctp_use_dccc_ecn, SCTPCTL_RTTVAR_DCCCECN)
USRSCTP_SYSCTL_SET_DEF(sctp_buffer_splitting, SCTPCTL_BUFFER_SPLITTING)
USRSCTP_SYSCTL_SET_DEF(sctp_initial_cwnd, SCTPCTL_INITIAL_CWND)
+USRSCTP_SYSCTL_SET_DEF(sctp_ootb_with_zero_cksum, SCTPCTL_OOTB_WITH_ZERO_CKSUM)
#ifdef SCTP_DEBUG
USRSCTP_SYSCTL_SET_DEF(sctp_debug_on, SCTPCTL_DEBUG)
#endif
@@ -3561,6 +3562,7 @@ USRSCTP_SYSCTL_GET_DEF(sctp_steady_step)
USRSCTP_SYSCTL_GET_DEF(sctp_use_dccc_ecn)
USRSCTP_SYSCTL_GET_DEF(sctp_buffer_splitting)
USRSCTP_SYSCTL_GET_DEF(sctp_initial_cwnd)
+USRSCTP_SYSCTL_GET_DEF(sctp_ootb_with_zero_cksum)
#ifdef SCTP_DEBUG
USRSCTP_SYSCTL_GET_DEF(sctp_debug_on)
#endif