search for: rate_ent

Displaying 3 results from an estimated 3 matches for "rate_ent".

Did you mean: date_end
2009 Dec 21
2
Reading multiple Input Files
Dear R helpers,   Suppose I am dealing with no of interest rates at a time and the no of interest rates I am selecting for my analysis is random i.e. it can be 2, can be 10 or even higher. The R-code I had written (with the guidance of R helpers obviously and I am really grateful to all of you) as of now is sort of hard coding when it comes to reading interest rates as an input e.g.   ## INPUT  
2016 Apr 02
1
[Bug 1061] New: net-firewall/nftables-0.5-r2: limit rate: burst parameter doesn't work
https://bugzilla.netfilter.org/show_bug.cgi?id=1061 Bug ID: 1061 Summary: net-firewall/nftables-0.5-r2: limit rate: burst parameter doesn't work Product: nftables Version: unspecified Hardware: x86_64 URL: http://wiki.nftables.org/wiki-nftables/index.php/Rate_ limiting_matchings
2007 Sep 03
3
Classes do not receive any traffic ?
...dev imq0 parent 1:2 classid 1:4 htb prio ${prio_voip} rate ${rate_voip} ceil ${ceil_voip} burst 0kb cburst 0kb ${quantum_voip} tc filter add dev imq0 parent 1:0 protocol ip prio 1 u32 match mark 4 0xffff flowid 1:4 #games tc class add dev imq0 parent 1:2 classid 1:5 htb prio ${prio_ent} rate ${rate_ent} ceil ${ceil_ent} burst 0kb cburst 0kb ${quantum_ent} tc filter add dev imq0 parent 1:0 protocol ip prio 2 u32 match mark 5 0xffff flowid 1:5 # summarized class for generic unclassified traffic tc class add dev imq0 parent 1:1 classid 1:6 htb rate ${rate_user_sum} ceil ${rate_user_sum} burst 0kb...