mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 12:42:31 +00:00
* Require the caller to push data to ProtocolExtension's buffer
directly. * Don't allow extension messages larger than 2^15. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@986 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-1
@@ -535,7 +535,8 @@ have been deleted. Clear the association with the 'U' key.
|
||||
<listitem><para>
|
||||
Close any active torrents on filesystems with less than
|
||||
<emphasis>space</emphasis> diskspace left. Use with
|
||||
the <emphasis>schedule</emphasis> option.
|
||||
the <emphasis>schedule</emphasis> option. A default scheduled event
|
||||
with id <emphasis>low_diskspace</emphasis> is set to 500Mb.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
@@ -95,18 +95,3 @@
|
||||
# before forcing. Overworked systems might need lower values to get a
|
||||
# decent hash checking rate.
|
||||
#hash_max_tries = 10
|
||||
|
||||
# Max number of files to keep open simultaniously.
|
||||
#max_open_files = 128
|
||||
|
||||
# Number of sockets to simultaneously keep open.
|
||||
#max_open_sockets = <no default>
|
||||
|
||||
|
||||
# Example of scheduling commands: Switch between two ip's every 5
|
||||
# seconds.
|
||||
#schedule = "ip_tick1,5,10,ip=torretta"
|
||||
#schedule = "ip_tick2,10,10,ip=lampedusa"
|
||||
|
||||
# Remove a scheduled event.
|
||||
#schedule_remove = "ip_tick1"
|
||||
|
||||
Reference in New Issue
Block a user