From 3171e81238d97f3cc31864f0d6df365b2eb44093 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 21 Feb 2010 01:34:23 +0000 Subject: [PATCH] include new session settings in saved state --- src/session_impl.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/session_impl.cpp b/src/session_impl.cpp index c734d3913..205978a8e 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -295,6 +295,12 @@ namespace aux { TORRENT_SETTING(integer, default_cache_min_age) TORRENT_SETTING(integer, num_optimistic_unchoke_slots) TORRENT_SETTING(boolean, no_atime_storage) + TORRENT_SETTING(integer, default_est_reciprocation_rate) + TORRENT_SETTING(integer, increase_est_reciprocation_rate) + TORRENT_SETTING(integer, decrease_est_reciprocation_rate) + TORRENT_SETTING(boolean, incoming_starts_queued_torrents) + TORRENT_SETTING(boolean, report_true_downloaded) + TORRENT_SETTING(boolean, strict_end_game_mode) }; #undef TORRENT_SETTING