mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
#857: DSCP support for Transmission
This commit is contained in:
@@ -494,7 +494,8 @@ tr_core_init( GTypeInstance * instance, gpointer g_class UNUSED )
|
||||
pref_int_get( PREF_KEY_MAX_PEERS_GLOBAL ),
|
||||
pref_int_get( PREF_KEY_MSGLEVEL ),
|
||||
TRUE, /* message queueing */
|
||||
pref_flag_get( PREF_KEY_BLOCKLIST_ENABLED ) );
|
||||
pref_flag_get( PREF_KEY_BLOCKLIST_ENABLED ),
|
||||
pref_int_get( PREF_KEY_PEER_SOCKET_TOS ) );
|
||||
|
||||
/* create the model used to store torrent data */
|
||||
g_assert( ALEN( types ) == MC_ROW_COUNT );
|
||||
|
||||
Reference in New Issue
Block a user