Open
Description
https://docs.rs/nix/latest/nix/sys/socket/fn.sendmmsg.html is incorrect. The doc says that sendmmsg
takes 3 arguments:
Arguments
fd
: Socket file descriptordata
: Struct that implementsIntoIterator
withSendMmsgData
itemsflags
: Optional flags passed directly to the operating system.
But it takes 6? And as far as I can tell SendMmsgData
doesn't exist anymore? I would love a working example of how to use sendmmsg
.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels