lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <50C15427.9060803@gmail.com> Date: Fri, 07 Dec 2012 10:27:51 +0800 From: Shan Wei <shanwei88@...il.com> To: Ben Hutchings <bhutchings@...arflare.com>, David Miller <davem@...emloft.net> CC: 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 Ben Hutchings said, at 2012/12/7 4:20: > 'Secluded' is a fine word but your dictionary should have said that it > is used to describe places, not events. You're quite right that this is > not silent, though. So a word like 'hidden', 'quiet', 'non-obvious' or > 'unexpected' would be more appropriate. You are right,good suggestion :-). Thanks for your review. ------------------------- [PATCH net-next] net: doc : use more suitable word 'unexpected' to replace 'secluded' 'secluded' is used to describe places, not suitable here. Suggested-by: Ben Hutchings <bhutchings@...arflare.com> Signed-off-by: Shan Wei <davidshan@...cent.com> --- Documentation/networking/ip-sysctl.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 0462a71..1b830ca 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -44,7 +44,7 @@ neigh/default/unres_qlen - INTEGER 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 + unexpected packet loss. The current default value is calculated according to default value of unres_qlen_bytes and true size of packet. Default: 31 -- 1.7.1 -- 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