-
- Downloads
Fix sendfilesocket() and recvfilesocket() for files of size >= 2G on systems
that support large file offsets (e.g. 64-bit Linux). Considered returning ssize_t (like sendfile does), but opted for off_t. Could be convinced otherwise.
Please register or sign in to comment