]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCTP] Fix SCTP sendbuffer accouting.
authorNeil Horman <nhorman@redhat.com>
Thu, 28 Apr 2005 19:02:04 +0000 (12:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2005 19:02:04 +0000 (12:02 -0700)
commit4eb701dfc618491c9b97377df6e61de36dfc39ce
treeb49f31ebecda19d071d3ae3777be2a6a8c9e5c34
parent594ccc14dfe4d61b476491758425a1c2ca4ec71b
[SCTP] Fix SCTP sendbuffer accouting.

- Include chunk and skb sizes in sendbuffer accounting.
- 2 policies are supported. 0: per socket accouting, 1: per association
  accounting

DaveM: I've made the default per-socket.

Signed-off-by: Neil Horman <nhorman@redhat.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/sysctl.h
include/net/sctp/structs.h
net/sctp/endpointola.c
net/sctp/protocol.c
net/sctp/socket.c
net/sctp/sysctl.c