summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2004-02-22 22:09:29 -0800
committerDavid S. Miller <davem@kernel.bkbits.net>2004-02-22 22:09:29 -0800
commit56278f2205bca0373c1abbbd24efcce7c19e894a (patch)
treef1cfb4656c7be760218dc285019ea6a27c47895a /include/linux
parent3394b347940da0529bd5ae7925b2064e23b9a5ae (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/linux')
-rw-r--r--include/linux/skbuff.h3
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