summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_car.4
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2007-10-31 18:22:51 +0000
committermav <mav@FreeBSD.org>2007-10-31 18:22:51 +0000
commitd9172e41e79f0557b857706b2fb6c499f44fe544 (patch)
treeafd34212f7b4af4c555d849db80a22375ea5a953 /share/man/man4/ng_car.4
parentff226f6ee0c6e3ffb9fbeed22dca3b09d4dde385 (diff)
downloadFreeBSD-src-d9172e41e79f0557b857706b2fb6c499f44fe544.zip
FreeBSD-src-d9172e41e79f0557b857706b2fb6c499f44fe544.tar.gz
Fix some mistakes.
Update my email.
Diffstat (limited to 'share/man/man4/ng_car.4')
-rw-r--r--share/man/man4/ng_car.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ng_car.4 b/share/man/man4/ng_car.4
index f3d5850..56d0618 100644
--- a/share/man/man4/ng_car.4
+++ b/share/man/man4/ng_car.4
@@ -97,15 +97,15 @@ Extended burst getting refilled first.
When it is full, committed burst getting refilled.
This behavior is similar to RED active queue management algorithm.
.Pp
-This algorithm is more polite to the TCP traffic then NG_CAR_SINGLE_RATE.
+This algorithm is more polite to the TCP traffic than NG_CAR_SINGLE_RATE.
.It Dv NG_CAR_SHAPE
Committed burst packets are counted as green, exceeding packets are delayed
by queue with RED management and counted as yellow.
Packets dropped by queue counted as red.
Queue parameters are hardcoded: length 99 packets, min_th 8 packets, max_p 100%.
.Pp
-Traffic shaping is much more polite to the TCP traffic then rate limit on
-links with bandwidth * delay product less then 6-8 TCP segments, but it
+Traffic shaping is much more polite to the TCP traffic than rate limit on
+links with bandwidth * delay product less than 6-8 TCP segments, but it
consumes additional system resources for queue processing.
.El
.Sh CONTROL MESSAGES
@@ -122,7 +122,7 @@ Return current node configuration as
struct ng_car_hookconf {
u_int64_t cbs; /* Committed burst size (bytes) */
u_int64_t ebs; /* Exceeded/Peak burst size (bytes) */
- u_int64_t cir; /* Committed information rate (bytes/s) */
+ u_int64_t cir; /* Committed information rate (bits/s) */
u_int64_t pir; /* Peak information rate (bits/s) */
u_int8_t green_action; /* Action for green packets */
u_int8_t yellow_action; /* Action for yellow packets */
@@ -178,6 +178,6 @@ control message, or when all hooks have been disconnected.
.Re
.Sh AUTHORS
.An Nuno Antunes Aq nuno.antunes@gmail.com
-.An Alexander Motin Aq mav@alkar.net
+.An Alexander Motin Aq mav@FreeBSD.org
.Sh BUGS
At this moment only DROP and FORWARD actions are implemented.
OpenPOWER on IntegriCloud