default TOS marking to 0x20

This commit is contained in:
arvidn 2017-02-25 12:16:44 -05:00 committed by Arvid Norberg
parent 2258b53d87
commit ff106f8c9e
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
1.1.2 release
* default TOS marking to 0x20
* fix invalid access when leaving seed-mode with outstanding hash jobs
* fix ABI compatibility issue introduced with preformatted entry type
* add web_seed_name_lookup_retry to session_settings

View File

@ -262,7 +262,7 @@ namespace libtorrent
SET(disk_io_read_mode, settings_pack::enable_os_cache, 0),
SET(outgoing_port, 0, 0),
SET(num_outgoing_ports, 0, 0),
SET(peer_tos, 0, &session_impl::update_peer_tos),
SET(peer_tos, 0x20, &session_impl::update_peer_tos),
SET(active_downloads, 3, &session_impl::trigger_auto_manage),
SET(active_seeds, 5, &session_impl::trigger_auto_manage),
SET_NOPREV(active_checking, 1, &session_impl::trigger_auto_manage),