mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 23:22:31 +00:00
* 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:
+12
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user