[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AE7EE41.7010408@gmail.com>
Date: Wed, 28 Oct 2009 08:09:53 +0100
From: Eric Dumazet <eric.dumazet@...il.com>
To: unlisted-recipients:; (no To-header on input)
CC: Ben Greear <greearb@...delatech.com>,
Stephen Hemminger <shemminger@...tta.com>,
NetDev <netdev@...r.kernel.org>
Subject: Re: iproute uses too small of a receive buffer
Eric Dumazet a écrit :
> Ben Greear a écrit :
>> Probably the right way is to give a cmd-line arg to set the buffer size
>> and also continue if the error is ENOBUFs (but print some error out
>> so users know they have issues). I can make the attempt if that
>> sounds good to you.
>
> Real fix is to realloc buffer at receive time, no need for user setting.
>
Then, another problem is that some information can be dropped at kernel level
when socket rcvbuf is full (ip monitor too slow to read its socket)
Thats hard to fix because you need to tweak /proc/sys/net/core/rmem_max
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists