]> git.baikalelectronics.ru Git - kernel.git/commit
[DCCP]: Set TX Queue Length Bounds via Sysctl
authorIan McDonald <ian.mcdonald@jandi.co.nz>
Mon, 20 Nov 2006 20:30:17 +0000 (18:30 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:24:37 +0000 (21:24 -0800)
commitbc2fb404a31dbc3a9ad3fd3040a48fbf8a0aa6d1
tree9c408412fc94671bb7f23b356ef328489c433d1f
parent64e2946188a420e3cddab907d315a0122954bd82
[DCCP]: Set TX Queue Length Bounds via Sysctl

Previously the transmit queue was unbounded.

This patch:
* puts a limit on transmit queue length
  and sends back EAGAIN if the buffer is full
* sets the TX queue length to a sensible default
* implements tx buffer sysctls for DCCP

Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/dccp.h
net/dccp/proto.c