Home
last modified time | relevance | path

Searched hist:"7 b4f4b5ebceab67ce440a61081a69f0265e17c2a" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp.cdiff 7b4f4b5ebceab67ce440a61081a69f0265e17c2a Sat Mar 25 10:34:07 CET 2006 John Heffner <jheffner@psc.edu> [TCP]: Set default max buffers from memory pool size

This patch sets the maximum TCP buffer sizes (available to automatic
buffer tuning, not to setsockopt) based on the TCP memory pool size.
The maximum sndbuf and rcvbuf each will be up to 4 MB, but no more
than 1/128 of the memory pressure threshold.

Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>