Re: [PATCH] Increase snd/rcv buffers in pppoe
From: Andi Kleen <hidden>
Date: 2004-02-23 11:16:59
From: Andi Kleen <hidden>
Date: 2004-02-23 11:16:59
On Mon, Feb 23, 2004 at 08:01:01PM +0900, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote:
In article [ref] (at 23 Feb 2004 11:53:59 +0100,Mon, 23 Feb 2004 11:53:59 +0100), Andi Kleen [off-list ref] says:quoted
-#define SK_WMEM_MAX 65535 -#define SK_RMEM_MAX 65535 +#define SK_WMEM_MAX 131072 +#define SK_RMEM_MAX 131072131071?
Probably, but it doesn't make any difference; see how the skbuff socket accounting works. Really there isn't really a need to make it power of two (except for mystifying arbitary magic numbers for the users ;-) 130000 or 200000 would do as well. -Andi