Displaying 2 results from an estimated 2 matches for "efcbq".
Did you mean:
efcb
2001 Apr 04
1
Problem with bandwidth
...ere is my setup: Host1 ---> Router ----> Host2
When i run ttcp -t on Host1 while ttcp -r in Host2, the bandwidth that i
can get is about 860 Kbytes/s, which is less than 7Mbps. But i am using NIC
10Mbps for all machines. Why is that so?
Currently, i am experimenting with the example efcbq. I am using MGEN (a
UDP traffic generator) to send 2 flows of traffic (EF and BE) from Host1 to
Host2. I allocate EF 3Mbit and BE 7Mbit in router. But using DREC (a
receiver that comes with MGEN), i observed the bandwidth obtained by BE and
EF do not tally with my tc configurations. And the sum...
2001 Apr 19
0
CBQ
Hi,
I have set up sth very similar to the example "efcbq" in TC. Here is my
network setup:
[Host1]---------eth0[router]eth1----------[Host2]
I send udp traffic from Host1 to Host2, passing thru router. I run the efcbq
code on dev eth1. After that, i run "tc -s qdisc". For each of the class
(pfifo for EF; red for BE), there are paramete...