search for: 4m30s

Displaying 1 result from an estimated 1 matches for "4m30s".

Did you mean: 1m30s
2004 Jun 28
0
Prioritizing interactive traffic does not work
...(with command ''time ssh <remote host> </dev/null'') while having a remote host downloading from me something at the highest rate. For simpliest tc configurations I get the following results (if both up/down link are free ssh establishes connection in about 4s): 1. pfifo ~4m30s 2. pfifo_fast ~4m 3. sqf ~4m30s 4. prio ~4m30s The configurations are: pfifo: tc qdisc add dev eth0 root pfifo pfifo_fast: no qdisc, iptables -A POSTROUTING -t mangle -o eth0 -p tcp --dport ssh -j TOS --set-tos Minimize-Delay iptables -A POSTROUTING -t mangle -o eth0 -p tcp --sport ftp-data -j T...