Merge pull request #359 from paullouisageneau/no-nrsack

Do not enable SCTP NR-SACKs
This commit is contained in:
Paul-Louis Ageneau
2021-03-06 09:08:47 +01:00
committed by GitHub

View File

@ -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);