r280 - in /debtorrent/trunk: DebTorrent/BT1/track.py debian/debtorrent-tracker.sgml debtorrent-tracker.conf
camrdale-guest at users.alioth.debian.org
camrdale-guest at users.alioth.debian.org
Wed Aug 22 20:11:14 UTC 2007
Author: camrdale-guest
Date: Wed Aug 22 20:11:14 2007
New Revision: 280
URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=280
Log:
Enable NAT check logging by default.
Modified:
debtorrent/trunk/DebTorrent/BT1/track.py
debtorrent/trunk/debian/debtorrent-tracker.sgml
debtorrent/trunk/debtorrent-tracker.conf
Modified: debtorrent/trunk/DebTorrent/BT1/track.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/track.py?rev=280&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/track.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/track.py Wed Aug 22 20:11:14 2007
@@ -113,7 +113,7 @@
('min_time_between_log_flushes', 3.0,
'minimum time it must have been since the last flush to do another one'),
('hupmonitor', 0, 'whether to reopen the log file upon receipt of HUP signal'),
- ('log_nat_checks', 0,
+ ('log_nat_checks', 1,
"whether to add entries to the log for nat-check results"),
# Multi-Tracker
('multitracker_enabled', 0, 'whether to enable multitracker operation'),
Modified: debtorrent/trunk/debian/debtorrent-tracker.sgml
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/debtorrent-tracker.sgml?rev=280&op=diff
==============================================================================
--- debtorrent/trunk/debian/debtorrent-tracker.sgml (original)
+++ debtorrent/trunk/debian/debtorrent-tracker.sgml Wed Aug 22 20:11:14 2007
@@ -345,7 +345,7 @@
<varlistentry>
<term><option>--log_nat_checks</option> 0|1</term>
<listitem>
- <para>whether to add entries to the log for nat-check results (defaults to 0)</para>
+ <para>whether to add entries to the log for nat-check results (defaults to 1)</para>
</listitem>
</varlistentry>
</variablelist>
Modified: debtorrent/trunk/debtorrent-tracker.conf
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debtorrent-tracker.conf?rev=280&op=diff
==============================================================================
--- debtorrent/trunk/debtorrent-tracker.conf (original)
+++ debtorrent/trunk/debtorrent-tracker.conf Wed Aug 22 20:11:14 2007
@@ -364,7 +364,7 @@
# Whether to add entried to the log for NAT check results.
#
-# log_nat_checks = 0
+# log_nat_checks = 1
###############################################################################
# M U L T I - T R A C K E R
More information about the Debtorrent-commits
mailing list