]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sctp/protocol.c
[SCTP] Fix SCTP sendbuffer accouting.
[linux-2.6-omap-h63xx.git] / net / sctp / protocol.c
index 23c85a236c4197dce7c0681dea1849d8f10871b5..2e1f9c3556f5922a9018c30055949f7a64f333be 100644 (file)
@@ -1043,6 +1043,9 @@ SCTP_STATIC __init int sctp_init(void)
        sctp_max_retrans_path           = 5;
        sctp_max_retrans_init           = 8;
 
+       /* Sendbuffer growth        - do per-socket accounting */
+       sctp_sndbuf_policy              = 0;
+
        /* HB.interval              - 30 seconds */
        sctp_hb_interval                = 30 * HZ;