]> err.no Git - linux-2.6/blobdiff - net/sctp/protocol.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
[linux-2.6] / net / sctp / protocol.c
index dc9dff396fad7599252dd3bbff503dbdffbc7a38..f775d78aa59d3402ea467331c301e66acfdfd26e 100644 (file)
@@ -1050,6 +1050,9 @@ SCTP_STATIC __init int sctp_init(void)
        /* Sendbuffer growth        - do per-socket accounting */
        sctp_sndbuf_policy              = 0;
 
+       /* Rcvbuffer growth         - do per-socket accounting */
+       sctp_rcvbuf_policy              = 0;
+
        /* HB.interval              - 30 seconds */
        sctp_hb_interval                = SCTP_DEFAULT_TIMEOUT_HEARTBEAT;