diff options
author | tiptorrent development team <tiptorrent@soleta.eu> | 2021-12-23 16:27:06 +0100 |
---|---|---|
committer | tiptorrent development team <tiptorrent@soleta.eu> | 2021-12-23 19:11:37 +0100 |
commit | 35f3191e4c5b3c7d0df425c7c8b82fea4df66b74 (patch) | |
tree | 0ea3b7ebc42e8a5c42c85af87015fb29e781b341 /COPYING | |
parent | 4e2ba97629e0daf378b133f53b0b0d9ad25d155e (diff) |
use fallocate() to store the chunks in the file
The client sends a HTTP HEAD request to the server to check that the file exists
and to get the file size, then it calls open() to create the file and
fallocate() to preallocate the bytes. The client calculates the offset based on
the chunk number and it calls lseek().
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions