forked from extern/shorewall_code
Restore accuracy of tcclasses diagram
This commit is contained in:
parent
7327c24f14
commit
0626594cda
@ -142,22 +142,22 @@ our $ipp2p;
|
||||
#
|
||||
# TCClasses Table
|
||||
#
|
||||
# %tcclasses { device => <device> ,
|
||||
# mark => <mark> ,
|
||||
# number => <number> ,
|
||||
# rate => <rate> ,
|
||||
# umax => <umax> ,
|
||||
# dmax => <dmax> ,
|
||||
# ceiling => <ceiling> ,
|
||||
# priority => <priority> ,
|
||||
# occurs => <number> # 0 means that this is a class generated by another class with occurs > 1
|
||||
# parent => <class number>
|
||||
# leaf => 0|1
|
||||
# guarantee => <sum of rates of sub-classes>
|
||||
# options => { tos => [ <value1> , <value2> , ... ];
|
||||
# tcp_ack => 1 ,
|
||||
# ...
|
||||
#
|
||||
# %tcclasses { device => <device> { number => { mark => <mark> ,
|
||||
# rate => <rate> ,
|
||||
# umax => <umax> ,
|
||||
# dmax => <dmax> ,
|
||||
# ceiling => <ceiling> ,
|
||||
# priority => <priority> ,
|
||||
# occurs => <number> # 0 means that this is a class generated by another class with occurs > 1
|
||||
# parent => <class number>
|
||||
# leaf => 0|1
|
||||
# guarantee => <sum of rates of sub-classes>
|
||||
# options => { tos => [ <value1> , <value2> , ... ];
|
||||
# tcp_ack => 1 ,
|
||||
# ...
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
our @tcclasses;
|
||||
our %tcclasses;
|
||||
|
Loading…
Reference in New Issue
Block a user