diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-02-22 22:09:29 -0800 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2004-02-22 22:09:29 -0800 |
| commit | 56278f2205bca0373c1abbbd24efcce7c19e894a (patch) | |
| tree | f1cfb4656c7be760218dc285019ea6a27c47895a /include | |
| parent | 3394b347940da0529bd5ae7925b2064e23b9a5ae (diff) | |
[NET]: Set default socket rmem/wmem values more sanely and consistently.
1) Take into account the fact that struct sk_buff, which counts towards
socket buffer limits, changes across different platforms.
2) Give ipv4/ipv6 ICMP sockets more accurately the wmem limits they
want.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/skbuff.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 56590cedc22c..ef9b7c57b9ca 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -274,9 +274,6 @@ struct sk_buff { *end; }; -#define SK_WMEM_MAX 65535 -#define SK_RMEM_MAX 65535 - #ifdef __KERNEL__ /* * Handling routines are only of interest to the kernel |
