nix
0.29.0
Module sendfile
Module Items
Functions
In nix::
sys
Module
nix
::
sys
::
sendfile
Copy item path
source
·
[
−
]
Expand description
Send data from a file to a socket, bypassing userland.
Functions
§
sendfile
Copy up to
count
bytes to
out_fd
from
in_fd
starting at
offset
.
sendfile64
Copy up to
count
bytes to
out_fd
from
in_fd
starting at
offset
.