*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-07-01 19:01:19 +00:00
parent 4661c5ea91
commit d7912e5034
2 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@ the parameters, see <tt class="literal"><span class="pre">listen_on()</span></tt
<div class="section" id="id9">
<h2><a name="id9">~session()</a></h2>
<p>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 <tt class="literal"><span class="pre">set_http_settings()</span></tt>.</p>

View File

@ -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()``.