Expand description
Send data from a file to a socket, bypassing userland.
Functionsยง
- Copy up to
count
bytes toout_fd
fromin_fd
starting atoffset
. - Copy up to
count
bytes toout_fd
fromin_fd
starting atoffset
.
Send data from a file to a socket, bypassing userland.
count
bytes to out_fd
from in_fd
starting at offset
.count
bytes to out_fd
from in_fd
starting at offset
.