mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-24 16:51:25 -04:00
applied removal of realloc to other files in file_sharing/ directory
This commit is contained in:
parent
0cb7778ceb
commit
5fbc263a36
4 changed files with 38 additions and 20 deletions
|
@ -53,3 +53,5 @@ static const uint32_t NB_FRIEND_INDEX_BITS = 10 ; // Do not
|
|||
static const uint32_t NB_ENTRY_INDEX_BITS = 22 ; // Do not change this!
|
||||
static const uint32_t ENTRY_INDEX_BIT_MASK = 0x003fffff ; // used for storing (EntryIndex,Friend) couples into a 32bits pointer. Depends on the two values just before. Dont change!
|
||||
static const uint32_t DELAY_BEFORE_DROP_REQUEST = 600; // every 10 min
|
||||
|
||||
static const uint32_t FL_BASE_TMP_SECTION_SIZE = 1000 ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue