diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-29 22:32:43 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-29 22:32:43 +0000 |
commit | 365c4a0cf85230261eadedceef0077a18a90a30e (patch) | |
tree | 974e5b2346654b8401ebdbd4690d6939e55042e4 /TAO/performance-tests | |
parent | 431602e8213ddf4320025486ba622184b0125835 (diff) | |
download | ATCD-365c4a0cf85230261eadedceef0077a18a90a30e.tar.gz |
ChangeLogTag: Wed Sep 29 18:27:32 2004 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r-- | TAO/performance-tests/Protocols/altq.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/performance-tests/Protocols/altq.conf b/TAO/performance-tests/Protocols/altq.conf new file mode 100644 index 00000000000..b0755750527 --- /dev/null +++ b/TAO/performance-tests/Protocols/altq.conf @@ -0,0 +1,10 @@ +# +# priority queue configuration for fxp2 (100Mbps ethernet) +# tos 80: high priority +# others: low priority +# +interface fxp2 bandwidth 100M priq + +class priq fxp2 high_class NULL priority 15 + filter fxp2 high_class 0 0 0 0 0 tos 80 tosmask 0xfc +class priq fxp2 low_class NULL priority 0 default red |