Displaying 1 result from an estimated 1 matches for "localpost".
Did you mean:
localhost
2005 Jul 20
5
Transfer rate above the desired (tc+htb)
...root
tc qdisc add dev eth0 root handle 1: htb default 50
tc class add dev eth0 parent 1: classid 1:1 htb rate 32kbit ceil 32kbit
tc filter add dev eth0 protocol ip parent 1:0 prio 100 u32 match ip
src 10.4.0.0/16 match ip dst 0.0.0.0/0 classid 1:1
If I try to transfer a 1M file from C to A:
[root@localpost tmp]# wget 192.168.0.23/1M
--09:22:32-- http://192.168.0.23/1M => `1M.8''
Connecting to 192.168.0.23:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,024,000 [text/plain]
100%[=====================>] 1,024,000 183.12K/s ETA 00:00
09:22:38 (182.88 KB/s)...