You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSG_ZEROCOPY flag enables copy avoidance for socket send calls. The feature is currently implemented for TCP sockets. It would be good to have this in ntttcp-for-Linux in some point.
The MSG_ZEROCOPY flag enables copy avoidance for socket send calls. The feature is currently implemented for TCP sockets. It would be good to have this in ntttcp-for-Linux in some point.
https://www.kernel.org/doc/html/latest/networking/msg_zerocopy.html
tools/testing/selftests/net/msg_zerocopy.c.
The text was updated successfully, but these errors were encountered: