* 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:
rakshasa
2007-10-08 15:18:50 +00:00
parent 9cb48a9f66
commit 099ec98210
2 changed files with 2 additions and 16 deletions
+2 -1
View File
@@ -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>
-15
View File
@@ -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"