gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13820 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r13820 - gnunet/contrib
Date: Mon, 29 Nov 2010 00:17:14 +0100

Author: grothoff
Date: 2010-11-29 00:17:14 +0100 (Mon, 29 Nov 2010)
New Revision: 13820

Modified:
   gnunet/contrib/defaults.conf
Log:
new vision for misc options

Modified: gnunet/contrib/defaults.conf
===================================================================
--- gnunet/contrib/defaults.conf        2010-11-28 23:16:25 UTC (rev 13819)
+++ gnunet/contrib/defaults.conf        2010-11-28 23:17:14 UTC (rev 13820)
@@ -18,31 +18,39 @@
 [transport-tcp]
 # Use 0 to ONLY advertise as a peer behind NAT (no port binding)
 PORT = 2086
+ADVERTISED_PORT = 2086
 
-# Should we use ICMP-based NAT traversal to try connect to NATed peers?
+# Are we behind NAT?
+BEHIND_NAT = YES
+
+# Is the NAT hole-punched?
+#NEW: PUNCHED_NAT = NO
+
+# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at 
this time (should allow DynDNS!)
+# normal interface IP address for non-NATed peers; 
+# possibly auto-detected (using UPnP) if possible if not specified
+# EXTERNAL_ADDRESS = 
+
+# Should we use ICMP-based NAT traversal to try connect to NATed peers
+# or, if we are behind NAT, to allow connections to us?
 ALLOW_NAT = YES
+#NEW: ENABLE_ICMP_CLIENT = YES
+#NEW: ENABLE_ICMP_SERVER = YES
 
-# Are we behind NAT and should use ICMP-based NAT traversal?
-BEHIND_NAT = YES
+# Are we allowed to try UPnP/PMP?
+ENABLE_UPNP = YES
 
 # IP address of the interface connected to the NAT box; IPv4 dotted-decimal 
ONLY;
 # normal interface IP address for non-NATed peers; 
 # likely auto-detected (via interface list) if not specified (!)
 # INTERNAL_ADDRESS = 
 
-# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at 
this time (should allow DynDNS!)
-# normal interface IP address for non-NATed peers; 
-# possibly auto-detected (using UPnP) if possible if not specified
-# EXTERNAL_ADDRESS = 
-
 # Only bind to a specific IP address; if both are given, this should be 
idential to INTERNAL_ADDRESS
 # (but use different: this one restricts our bind!)
 # BINDTO =
 
 TIMEOUT = 300000
 
-# Are we allowed to try UPnP/PMP?
-ENABLE_UPNP = YES
 # Disable IPv6 support
 # DISABLEV6 =
 # ACCEPT_FROM =
@@ -270,7 +278,11 @@
 BINARY = gnunet-service-fs
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
+
 ACTIVEMIGRATION = YES
+# NEW: CONTENT_CACHING = YES
+# NEW: CONTENT_PUSHING = YES
+
 UNIXPATH = /tmp/gnunet-service-fs.sock
 # DISABLE_SOCKET_FORWARDING = NO
 # DEBUG = YES




reply via email to

[Prev in Thread] Current Thread [Next in Thread]