From: P2P-Next Date: Mon, 9 Aug 2010 18:43:52 +0000 (+0300) Subject: instrumentation/hrktorrent: update default Settings options X-Git-Tag: getopt_long~5 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=3601f67e0ac38a457bbf3237e6e7356d05303d8c;p=cs-p2p-next.git instrumentation/hrktorrent: update default Settings options --- diff --git a/instrumentation/hrktorrent/settings.cpp b/instrumentation/hrktorrent/settings.cpp index f799f04..5c3fa7e 100644 --- a/instrumentation/hrktorrent/settings.cpp +++ b/instrumentation/hrktorrent/settings.cpp @@ -18,8 +18,9 @@ CSettings::CSettings() Set("seed", 1); Set("forcereannounce", 2); Set("ipfilter", 1); + Set("limitlocal", 0); - Set("downloaddir", "."); + Set("outputdir", "."); } CSettings::~CSettings()