Tim Ruehsen <[email protected]> writes: > Hi, > > the wget man page says a timeout value of 0 means 'forever'. > Even if seldom used, 0 seems to be a legal value.
it can't be a legal value. It means the value you are waiting for is immediately available. That is not possible when you are waiting for something coming from the network. Cheers, Giuseppe
