mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
changed priority of search request items to 6 instead of 5, to make it consistent with tunnel request priority
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5559 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
20747426ec
commit
8a41dd67ce
@ -33,7 +33,7 @@ const uint8_t QOS_PRIORITY_TOP = 9 ;
|
||||
//
|
||||
const uint8_t QOS_PRIORITY_RS_TURTLE_OPEN_TUNNEL = 6 ;
|
||||
const uint8_t QOS_PRIORITY_RS_TURTLE_TUNNEL_OK = 6 ;
|
||||
const uint8_t QOS_PRIORITY_RS_TURTLE_SEARCH_REQUEST = 5 ;
|
||||
const uint8_t QOS_PRIORITY_RS_TURTLE_SEARCH_REQUEST = 6 ;
|
||||
const uint8_t QOS_PRIORITY_RS_TURTLE_FILE_REQUEST = 5 ;
|
||||
const uint8_t QOS_PRIORITY_RS_TURTLE_FILE_CRC_REQUEST = 5 ;
|
||||
const uint8_t QOS_PRIORITY_RS_TURTLE_CHUNK_CRC_REQUEST= 5 ;
|
||||
|
Loading…
Reference in New Issue
Block a user