diff options
author | Alban Crequy <alban.crequy@collabora.co.uk> | 2010-10-04 12:48:28 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-06 01:54:36 +0400 |
commit | 3f66116e89521ef71ab0d63dc07a639def88a577 (patch) | |
tree | 865ff7eed2724cc0ae141341fe17c612aa414c89 /Documentation/sound | |
parent | d6bf781712a1d25cc8987036b3a48535b331eb91 (diff) | |
download | linux-3f66116e89521ef71ab0d63dc07a639def88a577.tar.xz |
AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets
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@collabora.co.uk>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/sound')
0 files changed, 0 insertions, 0 deletions