Searched hist:b1308dc015eb09cf094ca169296738a13ae049ad (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/dccp/ |
H A D | dccp.h | diff b1308dc015eb09cf094ca169296738a13ae049ad Mon Nov 20 14:30:17 CST 2006 Ian McDonald <ian.mcdonald@jandi.co.nz> [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>
|
H A D | proto.c | diff b1308dc015eb09cf094ca169296738a13ae049ad Mon Nov 20 14:30:17 CST 2006 Ian McDonald <ian.mcdonald@jandi.co.nz> [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>
|