Displaying 2 results from an estimated 2 matches for "webclass".
Did you mean:
subclass
2006 Jan 30
5
File management!
Hi, I''m new to ROR. I was wondering how to:
1. Check if the file is being read/downloaded/....
2. Rename files
If you can help or point out any document that I need to read to
accomplish this, please do. Thanks a lot.
--
Posted via http://www.ruby-forum.com/.
2004 Apr 19
1
Prioritizing on a Bridge doesn''t seen to work correct, ingress does not functional
...ault 11
## create UPload Class
tc class add dev eth1 parent 1: classid 1:1 htb rate ${UPLOAD}kbit ceil ${UPLOAD}kbit
# Upload Interaktive and "Connection beginn" Class
tc class add dev eth1 parent 1:1 classid 1:10 htb rate 30kbit ceil ${UPLOAD}kbit prio 0 burst 4k quantum 6000
# Upload Webclass und Default
tc class add dev eth1 parent 1:1 classid 1:11 htb rate 70kbit ceil 100kbit prio 1 burst 2k quantum 1500
# Upload SMTP Class
tc class add dev eth1 parent 1:1 classid 1:12 htb rate 20kbit ceil 100kbit prio 2 quantum 1500
# Handle Mapping
tc qdisc add dev eth1 parent 1:11 handle 120: sf...