From 083d3add7cf8c675422ed5e57baaf52ae6bf11e8 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 15 Dec 2010 12:52:34 +0000 Subject: disable UPNP in defaults for now --- contrib/defaults.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib') diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 6e63edc1d..ce4473de7 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -26,6 +26,9 @@ BEHIND_NAT = YES # Is the NAT hole-punched? PUNCHED_NAT = NO +# Disable UPNP by default until it gets cleaner! +ENABLE_UPNP = 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 @@ -297,6 +300,7 @@ CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-dht ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; +BUCKET_SIZE = 4 UNIXPATH = /tmp/gnunet-service-dht.sock # DISABLE_SOCKET_FORWARDING = NO # DEBUG = YES -- cgit v1.2.3