mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-01 11:21:25 -05:00
added bias to priority for forwarded turtle traffic
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5_QoS@4535 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
64bd8e2819
commit
b85b3862d6
@ -42,6 +42,7 @@ const uint8_t QOS_PRIORITY_RS_TURTLE_FILE_DATA = 3 ;
|
|||||||
const uint8_t QOS_PRIORITY_RS_TURTLE_FILE_CRC = 3 ;
|
const uint8_t QOS_PRIORITY_RS_TURTLE_FILE_CRC = 3 ;
|
||||||
const uint8_t QOS_PRIORITY_RS_TURTLE_FILE_MAP = 3 ;
|
const uint8_t QOS_PRIORITY_RS_TURTLE_FILE_MAP = 3 ;
|
||||||
const uint8_t QOS_PRIORITY_RS_TURTLE_GENERIC_ITEM = 3 ;
|
const uint8_t QOS_PRIORITY_RS_TURTLE_GENERIC_ITEM = 3 ;
|
||||||
|
const uint8_t QOS_PRIORITY_RS_TURTLE_FORWARD_FILE_DATA= 2 ;
|
||||||
|
|
||||||
// File transfer
|
// File transfer
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user