Description
Provides a cross-platform library for the sendfile system call. Sendfile can transfer file contents to sockets efficiently by letting the operating system move data with fewer copies.
It is useful for web servers, file servers, proxies, and tools that serve large files. It is a developer library and performance depends on operating-system support and how the application uses it.