search for: openft

Displaying 2 results from an estimated 2 matches for "openft".

Did you mean: openat
2019 Apr 05
1
OpenFTS
All the discussion on FTS reminds me, is there any plan to support OpenFTS in dovecot or is there a reason preventing that? -- This is my signature. There are many like it, but this one is mine.
2005 Dec 22
5
control p2p upload bandwidth rate
...mangle -A POSTROUTING -m layer7 --l7proto gnucleuslan -j MARK --set-mark 1 iptables -t mangle -A POSTROUTING -m layer7 --l7proto gnutella -j MARK --set-mark 1 iptables -t mangle -A POSTROUTING -m layer7 --l7proto napster -j MARK --set-mark 1 iptables -t mangle -A POSTROUTING -m layer7 --l7proto openft -j MARK --set-mark 1 Below is my simple tc script: - tc qdisc del dev eth1 root tc qdisc add dev eth1 root handle 1: htb default 20 tc class add dev eth1 parent 1: classid 1:1 htb rate 10240kbit ceil 10240kbit tc class add dev eth1 parent 1:1 classid 1:11 htb rate 32kbit ceil 512kbit tc filter...