1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/py-pysendfile/pkg-descr
Kubilay Kocak f9b3235e48 net/py-pysendfile: Modernise: STAGE, AUTOPLIST and more
- 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
2014-02-01 11:45:23 +00:00

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