forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/Documentation/networking/msg_zerocopy.rst
....@@ -7,7 +7,7 @@
77 =====
88
99 The MSG_ZEROCOPY flag enables copy avoidance for socket send calls.
10
-The feature is currently implemented for TCP sockets.
10
+The feature is currently implemented for TCP and UDP sockets.
1111
1212
1313 Opportunity and Caveats
....@@ -50,7 +50,7 @@
5050
5151 patchset
5252 [PATCH net-next v4 0/9] socket sendmsg MSG_ZEROCOPY
53
- http://lkml.kernel.org/r/20170803202945.70750-1-willemdebruijn.kernel@gmail.com
53
+ https://lkml.kernel.org/netdev/20170803202945.70750-1-willemdebruijn.kernel@gmail.com
5454
5555
5656 Interface