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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 14 Aug 2013 17:51:36 +0200
From:	Naeem Khademi <naeem.khademi@...il.com>
To:	netdev@...r.kernel.org, stephen@...workplumber.org
Subject: [PATCH] fixing adaptive-red average queuing in man/man8/tc-red.8

This patch fixes a mistake in documenting adaptive-RED's formula of
average queuing in man. The ARED's target average queuing is
(max+min)/2.

Regards,

diff --git a/man/man8/tc-red.8 b/man/man8/tc-red.8
index f410d15..466000d 100644
--- a/man/man8/tc-red.8
+++ b/man/man8/tc-red.8
@@ -127,7 +127,7 @@ adaptive
 (Added in linux-3.3) Sets RED in adaptive mode as described in
http://icir.org/floyd/papers/adaptiveRed.pdf
 .nf
 Goal of Adaptive RED is to make 'probability' dynamic value between
1% and 50% to reach the target average queue :
-.B (max - min) / 2
+.B (max + min) / 2
 .fi

 .SH EXAMPLE
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ