From 099ec982103a47555ffac6f3eb741b0ff96ed270 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Mon, 8 Oct 2007 15:18:50 +0000 Subject: [PATCH] * 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 --- doc/rtorrent.1.xml | 3 ++- doc/rtorrent.rc | 15 --------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/doc/rtorrent.1.xml b/doc/rtorrent.1.xml index 9d190f5f..a4b44f5e 100644 --- a/doc/rtorrent.1.xml +++ b/doc/rtorrent.1.xml @@ -535,7 +535,8 @@ have been deleted. Clear the association with the 'U' key. Close any active torrents on filesystems with less than space diskspace left. Use with -the schedule option. +the schedule option. A default scheduled event +with id low_diskspace is set to 500Mb. diff --git a/doc/rtorrent.rc b/doc/rtorrent.rc index 0a348a58..fdd9743e 100644 --- a/doc/rtorrent.rc +++ b/doc/rtorrent.rc @@ -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 = - - -# 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"