Re: Fire Engine??

From: David S. Miller
Date: Wed Nov 26 2003 - 15:05:02 EST


On Wed, 26 Nov 2003 11:58:44 -0800
Paul Menage <menage@xxxxxxxxxx> wrote:

> How about tracking the number of current sockets that have had timestamp
> requests for them? If this number is zero, don't bother with the
> timestamps. The first time you get a SIOCGSTAMP ioctl on a given socket,
> bump the count and set a flag; decrement the count when the socket is
> destroyed if the flag is set.

Reread what I said please, the user can ask for timestamps using CMSG
objects via the recvmsg() system call, there are no ioctls or socket
controls done on the socket. It is completely dynamic and
unpredictable.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/