Displaying 1 result from an estimated 1 matches for "router_eth0".
Did you mean:
router_eth2
2004 Aug 04
0
simulating RED using tcsim question
...What does "router_eth2: enqueue returns CN
(2)" mean?
Any help is much appreciated.
Stephen.
bottleneck.tcsim
-----------------
//inputA to router
host {
dev inputA_eth0 100 Mbps
}
//inputB to router
host {
dev inputB_eth0 100 Mbps
}
//the router
host {
dev router_eth0 100 Mbps
dev router_eth1 100 Mbps
dev router_eth2 10 //the bottleneck
{
egress {
red( min 150 B,
max 450 B,
burst 200 B,
limit 600 B,...