doc: Mention MSG_ZEROCOPY implementation for UDP
authorPetr Vorel <pvorel@suse.cz>
Thu, 14 Feb 2019 23:43:27 +0000 (00:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Feb 2019 23:30:02 +0000 (15:30 -0800)
MSG_ZEROCOPY implementation for UDP was merged in v5.0,
6e360f733113 ("Merge branch 'udp-msg_zerocopy'").

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/msg_zerocopy.rst

index fe46d48..18c1415 100644 (file)
@@ -7,7 +7,7 @@ Intro
 =====
 
 The MSG_ZEROCOPY flag enables copy avoidance for socket send calls.
-The feature is currently implemented for TCP sockets.
+The feature is currently implemented for TCP and UDP sockets.
 
 
 Opportunity and Caveats