From d7912e503491d1832bd4f48bb6b971b887801159 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 1 Jul 2004 19:01:19 +0000 Subject: [PATCH] *** empty log message *** --- docs/manual.html | 2 +- docs/manual.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index e599d808b..4d19d2ff3 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -376,7 +376,7 @@ the parameters, see listen_on()

~session()

The destructor of session will notify all trackers that our torrents have been shut down. -If some trackers are down, they will timout. All this before the destructor of session +If some trackers are down, they will time out. All this before the destructor of session returns. So, it's adviced that any kind of interface (such as windows) are closed before destructing the sessoin object. Because it can take a few second for it to finish. The timeout can be set with set_http_settings().

diff --git a/docs/manual.rst b/docs/manual.rst index 11e23f0c4..908447388 100755 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -281,7 +281,7 @@ the parameters, see ``listen_on()`` function. ---------- The destructor of session will notify all trackers that our torrents have been shut down. -If some trackers are down, they will timout. All this before the destructor of session +If some trackers are down, they will time out. All this before the destructor of session returns. So, it's adviced that any kind of interface (such as windows) are closed before destructing the sessoin object. Because it can take a few second for it to finish. The timeout can be set with ``set_http_settings()``.