From: Chase Douglas <[EMAIL PROTECTED]>
Date: Mon, 11 Jul 2005 12:33:46 -0500

> I'm sorry, I made a careless mistake in choice of context. What this would
> be useful for is applications where we want to seek ahead in one stream from
> one connection. This is not meant for seeking somehow between multiple
> connections, but for one single connection between only two computers.

What do you do is the data you want is beyond the size of
the socket's receive buffer?  You can't seek past that without
allowing the socket to go over it's receive buffer limits.
And if you limit the seek to the receive buffer limit, that's
a real grotty limitation and it's not real seek() support on
the stream.

Really, this idea has more holes than swiss cheese.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to