Browse Source

Merge pull request #359 from paullouisageneau/no-nrsack

Do not enable SCTP NR-SACKs
Paul-Louis Ageneau 4 years ago
parent
commit
4642504b83
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/sctptransport.cpp

+ 0 - 3
src/sctptransport.cpp

@@ -87,9 +87,6 @@ void SctpTransport::Init() {
 	// Enable Partial Reliability Extension (RFC 3758)
 	usrsctp_sysctl_set_sctp_pr_enable(1);
 
-	// Enable Non-Renegable Selective Acknowledgments (NR-SACKs)
-	usrsctp_sysctl_set_sctp_nrsack_enable(1);
-
 	// Increase the initial window size to 10 MTUs (RFC 6928)
 	usrsctp_sysctl_set_sctp_initial_cwnd(10);