#857: DSCP support for Transmission

This commit is contained in:
Charles Kerr
2008-04-12 00:29:49 +00:00
parent f12ac60d0a
commit 57c7fcb507
11 changed files with 65 additions and 31 deletions

View File

@@ -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 );