Restore accuracy of tcclasses diagram

This commit is contained in:
Tom Eastep 2011-05-14 09:27:51 -07:00
parent 7327c24f14
commit 0626594cda

View File

@ -142,22 +142,22 @@ our $ipp2p;
# #
# TCClasses Table # TCClasses Table
# #
# %tcclasses { device => <device> , # %tcclasses { device => <device> { number => { mark => <mark> ,
# mark => <mark> , # rate => <rate> ,
# number => <number> , # umax => <umax> ,
# rate => <rate> , # dmax => <dmax> ,
# umax => <umax> , # ceiling => <ceiling> ,
# dmax => <dmax> , # priority => <priority> ,
# ceiling => <ceiling> , # occurs => <number> # 0 means that this is a class generated by another class with occurs > 1
# priority => <priority> , # parent => <class number>
# occurs => <number> # 0 means that this is a class generated by another class with occurs > 1 # leaf => 0|1
# parent => <class number> # guarantee => <sum of rates of sub-classes>
# leaf => 0|1 # options => { tos => [ <value1> , <value2> , ... ];
# guarantee => <sum of rates of sub-classes> # tcp_ack => 1 ,
# options => { tos => [ <value1> , <value2> , ... ]; # ...
# tcp_ack => 1 , # }
# ... # }
# # }
our @tcclasses; our @tcclasses;
our %tcclasses; our %tcclasses;