<<On Fri, 27 Sep 2002 17:18:17 +0300, "Petri Helenius" <[EMAIL PROTECTED]> said:

> Is there a reason why SO_TIMESTAMP does not work with TCP sockets
> but only with RAW and UDP ?

Because it doesn't really make sense?

Since the TCP stream may be arbitrarily re-ordered, knowing when a
packet arrived is not particularly useful to an application.  If you
really care, you should probably use BPF instead.

-GAWollman


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to