diff options
Diffstat (limited to 'Documentation/networking/timestamping.txt')
-rw-r--r-- | Documentation/networking/timestamping.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/networking/timestamping.txt b/Documentation/networking/timestamping.txt index a681a65b5bc7..0e58b4539176 100644 --- a/Documentation/networking/timestamping.txt +++ b/Documentation/networking/timestamping.txt | |||
@@ -56,6 +56,8 @@ and including the link layer, the scm_timestamping control message and | |||
56 | a sock_extended_err control message with ee_errno==ENOMSG and | 56 | a sock_extended_err control message with ee_errno==ENOMSG and |
57 | ee_origin==SO_EE_ORIGIN_TIMESTAMPING. A socket with such a pending | 57 | ee_origin==SO_EE_ORIGIN_TIMESTAMPING. A socket with such a pending |
58 | bounced packet is ready for reading as far as select() is concerned. | 58 | bounced packet is ready for reading as far as select() is concerned. |
59 | If the outgoing packet has to be fragmented, then only the first | ||
60 | fragment is time stamped and returned to the sending socket. | ||
59 | 61 | ||
60 | All three values correspond to the same event in time, but were | 62 | All three values correspond to the same event in time, but were |
61 | generated in different ways. Each of these values may be empty (= all | 63 | generated in different ways. Each of these values may be empty (= all |