mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
f9b3235e48
- Enable STAGE support - Enable AUTOPLIST, delete pkg-plist - Add LICENSE (MIT) - Deprecate easy_install target - Deprecate EASYINSTALL_ARCHDEP - Remove indefinite article from COMMENT - pkg-descr: Tab to space in WWW: - Bump PORTREVISION
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
sendfile(2) is a system call which provides a "zero-copy" way of copying data
|
|
from one file descriptor to another (a socket). The phrase "zero-copy" refers
|
|
to the fact that all of the copying of data between the two descriptors is
|
|
done entirely by the kernel, with no copying of data into userspace buffers.
|
|
|
|
WWW: http://code.google.com/p/pysendfile
|