]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/sctp/sysctl.c
sctp: Implement quick failover draft from tsvwg
[karo-tx-linux.git] / net / sctp / sysctl.c
index e5fe639c89e7f748885af7725acdc8663d6e9286..2b2bfe933ff14413aa4970391eb25d038ff3d90a 100644 (file)
@@ -140,6 +140,15 @@ static ctl_table sctp_table[] = {
                .extra1         = &one,
                .extra2         = &int_max
        },
+       {
+               .procname       = "pf_retrans",
+               .data           = &sctp_pf_retrans,
+               .maxlen         = sizeof(int),
+               .mode           = 0644,
+               .proc_handler   = proc_dointvec_minmax,
+               .extra1         = &zero,
+               .extra2         = &int_max
+       },
        {
                .procname       = "max_init_retransmits",
                .data           = &sctp_max_retrans_init,