Do not enable SCTP NR-SACKs

This commit is contained in:
Paul-Louis Ageneau
2021-03-05 20:51:09 +01:00
parent 69bcdade50
commit 5b760532c2

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