Displaying 1 result from an estimated 1 matches for "output_eth0".
Did you mean:
output_eth1
2004 Aug 04
0
simulating RED using tcsim question
...limit 600 B,
bandwidth 100 bps,
probability 0.4,
avpkt 80 B );
}
}
route 10.0.0.0 netmask 255.0.0.0 router_eth2
}
//output destination from router
host {
dev output_eth0 10 Mbps
dev output_eth1 100 Mbps
route 10.0.0.2 netmask 255.0.0.0 output_eth1
}
connect inputA_eth0 router_eth0
connect inputB_eth0 router_eth1
connect router_eth2 output_eth0
every 0.002s until 5s send inputA_eth0 TCP_PCK($tcp_sport = PORT_HTTP);
every 0.002s until 5s send inpu...