sendfile
A kernel-assisted data-transfer operation that can copy file contents to a socket without routing payload bytes through a user-space application buffer.
Related Concepts
- Zero Copy
- System Call
- Page Cache
- DMA
A kernel-assisted data-transfer operation that can copy file contents to a socket without routing payload bytes through a user-space application buffer.