* Clear the DelegatorChunk's when clearing Delegator, so it doesn't

throw on some obscure bug. Not going to be looking for this one anyway
as there is a rewrite scheduled.

* Added "tos = default|lowdelay|throughput|reliability|mincost" option.

* Made EntryList::value_type a pointer, fixed so FileMeta is
initialized and path set before Download::open().


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@662 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-04-03 20:58:10 +00:00
parent f0d31900b7
commit 3fa08503bb
5 changed files with 64 additions and 26 deletions
+12 -1
View File
@@ -474,7 +474,7 @@ seconds, starting from <emphasis>start</emphasis>. An
<emphasis>start</emphasis> and <emphasis>interval</emphasis> may
optionally use a time format, <emphasis>dd:hh:mm:ss</emphasis>. F.ex to
start a task every day at <emphasis>18:00</emphasis>, use
<emphasis>18:00:00</emphasis>.
<emphasis>18:00:00,24:00:00</emphasis>.
</para></listitem>
</varlistentry>
@@ -622,6 +622,17 @@ logged at the moment, although disabling it will work as expected.
</para></listitem>
</varlistentry>
<varlistentry>
<term>tos = <replaceable>default|lowdelay|throughput|reliability|mincost</replaceable></term>
<listitem><para>
Change the TOS of peer connections, by default set to
<emphasis>throughput</emphasis>. If the option is set to
<emphasis>default</emphasis> then the system default TOS is used.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>