From 3e4ee68e665685baec7bfa1a4e701303eae32a87 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 23 May 2007 01:08:57 +0000 Subject: [PATCH] added missing documentation of stop_tracker_timeout in session_settings --- docs/manual.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual.rst b/docs/manual.rst index a72737998..fead2afaa 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -2164,6 +2164,7 @@ that will be sent to the tracker. The user-agent is a good way to identify your std::string user_agent; int tracker_completion_timeout; int tracker_receive_timeout; + int stop_tracker_timeout; int tracker_maximum_response_length; int piece_timeout; @@ -2198,6 +2199,10 @@ seconds, the tracker will be considered as having timed out. If a tracker is down, this is the kind of timeout that will occur. The default value is 20 seconds. +``stop_tracker_timeout`` is the time to wait for tracker responses when +shutting down the session object. This is given in seconds. Default is +10 seconds. + ``tracker_maximum_response_length`` is the maximum number of bytes in a tracker response. If a response size passes this number it will be rejected and the connection will be closed. On gzipped responses this size is measured