search for: port_nntp

Displaying 1 result from an estimated 1 matches for "port_nntp".

Did you mean: port_nntps
2005 Jan 02
0
Performance Loss with HTB/tcng?
...class (<$int>) if ip_src:24 == $INT_NET; class (<$ssh>) if tcp_sport == PORT_SSH; class (<$smtp>) if tcp_sport == PORT_SMTP; class (<$http>) if tcp_sport == PORT_HTTP; class (<$http>) if tcp_sport == PORT_HTTPS; class (<$nntp>) if tcp_sport == PORT_NNTP; class (<$nntp>) if tcp_sport == PORT_NNTPS; class (<$other>) if 1; htb() { class (rate 100Mbps, ceil 100Mbps) { class (rate $MAX_IN, ceil $MAX_IN) { $ssh = class (rate 100kbps, ceil $MAX_IN, prio 1) {sfq;}; $smtp = class (rate 100kbps, ceil $MAX_...