We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c2674 commit 173b6d1Copy full SHA for 173b6d1
Documentation/networking/timestamping.rst
@@ -357,7 +357,8 @@ enabling SOF_TIMESTAMPING_OPT_ID and comparing the byte offset at
357
send time with the value returned for each timestamp. It can prevent
358
the situation by always flushing the TCP stack in between requests,
359
for instance by enabling TCP_NODELAY and disabling TCP_CORK and
360
-autocork.
+autocork. After linux-4.7, a better way to prevent coalescing is
361
+to use MSG_EOR flag at sendmsg() time.
362
363
These precautions ensure that the timestamp is generated only when all
364
bytes have passed a timestamp point, assuming that the network stack
0 commit comments