expanded plugin interface to support session state. improved re-request logic in ut_metadata extension. made max metadata size configurable

This commit is contained in:
Arvid Norberg
2011-01-29 10:37:21 +00:00
parent e4884bfcd7
commit 87dfdd4790
15 changed files with 239 additions and 18 deletions

View File

@@ -4244,6 +4244,7 @@ session_settings
bool no_connect_privileged_ports;
int alert_queue_size;
int max_metadata_size;
};
``version`` is automatically set to the libtorrent version you're using
@@ -5067,6 +5068,9 @@ using bittorrent swarms for certain DDoS attacks.
alerts are not popped, the queue will eventually fill up to this level. This
defaults to 1000.
``max_metadata_size`` is the maximum allowed size (in bytes) to be received
by the metadata extension, i.e. magnet links. It defaults to 1 MiB.
pe_settings
===========