Expand description
Send data from a file to a socket, bypassing userland.
Functionsยง
- sendfile
- Copy up to
countbytes toout_fdfromin_fdstarting atoffset. - sendfile64
- Copy up to
countbytes toout_fdfromin_fdstarting 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.