Skip to content
Snippets Groups Projects
Commit a32c2a51 authored by rswindell's avatar rswindell
Browse files

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.
parent 06b189d5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment