mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
changed a bit the file transfer strategy. To be tested further.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3898 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a79d2a8e53
commit
f5bfc8c92a
4 changed files with 50 additions and 20 deletions
|
@ -42,6 +42,7 @@ class ftChunk
|
|||
uint64_t size;
|
||||
ChunkId id ;
|
||||
time_t ts;
|
||||
std::string peer_id ;
|
||||
};
|
||||
|
||||
// This class handles a single fixed-sized chunk. Although each chunk is requested at once,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue