mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-20 05:11:03 +01:00
Restore accuracy of tcclasses diagram
This commit is contained in:
parent
7327c24f14
commit
0626594cda
@ -142,9 +142,7 @@ our $ipp2p;
|
||||
#
|
||||
# TCClasses Table
|
||||
#
|
||||
# %tcclasses { device => <device> ,
|
||||
# mark => <mark> ,
|
||||
# number => <number> ,
|
||||
# %tcclasses { device => <device> { number => { mark => <mark> ,
|
||||
# rate => <rate> ,
|
||||
# umax => <umax> ,
|
||||
# dmax => <dmax> ,
|
||||
@ -157,7 +155,9 @@ our $ipp2p;
|
||||
# options => { tos => [ <value1> , <value2> , ... ];
|
||||
# tcp_ack => 1 ,
|
||||
# ...
|
||||
#
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
our @tcclasses;
|
||||
our %tcclasses;
|
||||
|
Loading…
Reference in New Issue
Block a user