search for: stopin

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

Did you mean: stoping
2012 Apr 01
2
A function like sum but with functions other than '+'
Because I didn't find in R any functions similar to the function 'reduce' from Python, I'm writing a function "freduce" as follows: freduce <- function(f, vec, ValIni=NULL, StopIn=NULL) { # f: is any function that takes two arguments of the same type # vec: is a vector of n values accepted by 'f' # # Initially f starts with ValIni, if it's given or the first element # of 'vec', and then applies sequentially f to that value and one of the # e...
2005 Jan 17
3
iproute2 + iptables - match the connection time or packets sent/recieved
...want to ask if there is a u32 match for the connection time or something like that, or an u32 match for the packet number in a connection. All i want to do is shape the web traffic for long conections wich are not HTML webpages, i want to slow down those connections. I know that can be overriden by stopin/resuming the transfer but i still want to do it since people start downloading from HTTP with many connections, during the day and leave the office, i have no time to hunt them, so i just want to classify those connections if is possible. If there is any patch for squid to classify URLS would be...