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:
csoler 2010-12-07 17:09:21 +00:00
parent a79d2a8e53
commit f5bfc8c92a
4 changed files with 50 additions and 20 deletions

View file

@ -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,