[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1354758235.17107.131.camel@deadeye.wl.decadent.org.uk>
Date: Thu, 6 Dec 2012 01:43:55 +0000
From: Ben Hutchings <bhutchings@...arflare.com>
To: Shan Wei <shanwei88@...il.com>
CC: David Miller <davem@...emloft.net>,
Eric Dumazet <eric.dumazet@...il.com>,
NetDev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 2/2] net: doc: add default value for neighbour
parameters
On Wed, 2012-12-05 at 12:50 +0800, Shan Wei wrote:
> From: Shan Wei <davidshan@...cent.com>
>
> Signed-off-by: Shan Wei <davidshan@...cent.com>
> ---
> Documentation/networking/ip-sysctl.txt | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
> index c6d5fee..0462a71 100644
> --- a/Documentation/networking/ip-sysctl.txt
> +++ b/Documentation/networking/ip-sysctl.txt
> @@ -30,16 +30,24 @@ neigh/default/gc_thresh3 - INTEGER
> Maximum number of neighbor entries allowed. Increase this
> when using large numbers of interfaces and when communicating
> with large numbers of directly-connected peers.
> + Default: 1024
>
> neigh/default/unres_qlen_bytes - INTEGER
> The maximum number of bytes which may be used by packets
> queued for each unresolved address by other network layers.
> (added in linux 3.3)
> + Seting negative value is meaningless and will retrun error.
> + Default: 65536 Bytes(64KB)
>
> neigh/default/unres_qlen - INTEGER
> The maximum number of packets which may be queued for each
> unresolved address by other network layers.
> (deprecated in linux 3.3) : use unres_qlen_bytes instead.
> + Prior to linux 3.3, the default value is 3 which may cause
> + secluded packet loss. The current default value is calculated
^^^^^^^^
I think the proper word here is 'silent'?
> + according to default value of unres_qlen_bytes and true size of
> + packet.
> + Default: 31
>
> mtu_expires - INTEGER
> Time, in seconds, that cached PMTU information is kept.
--
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
--
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