Re: [PATCH] AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS onUnix sockets

From: David Miller
Date: Tue Oct 05 2010 - 17:55:10 EST


From: Eric Dumazet <eric.dumazet@xxxxxxxxx>
Date: Mon, 04 Oct 2010 21:20:52 +0200

> Le lundi 04 octobre 2010 à 19:48 +0100, Alban Crequy a écrit :
>> Userspace applications can already request to receive timestamps with:
>> setsockopt(sockfd, SOL_SOCKET, SO_TIMESTAMP, ...)
>>
>> Although setsockopt() returns zero (success), timestamps are not added to the
>> ancillary data. This patch fixes that on SOCK_DGRAM and SOCK_SEQPACKET Unix
>> sockets.
>>
>> Signed-off-by: Alban Crequy <alban.crequy@xxxxxxxxxxxxxxx>
>
> Signed-off-by: Eric Dumazet <eric.dumazet@xxxxxxxxx>

Applied.
--
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/