aboutsummaryrefslogtreecommitdiff
path: root/contrib/defaults.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-18 07:15:15 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-18 07:15:15 +0000
commit72dc0570dba131aae4990b4a3fd29559295637ab (patch)
tree76bcc862ab90294d17399474b1c54e6af3538840 /contrib/defaults.conf
parent6793e33c9451f1e6c74f09a4364fe9f9dc123784 (diff)
downloadgnunet-72dc0570dba131aae4990b4a3fd29559295637ab.tar.gz
gnunet-72dc0570dba131aae4990b4a3fd29559295637ab.zip
defaults belong in defaults.conf, not in source
Diffstat (limited to 'contrib/defaults.conf')
-rw-r--r--contrib/defaults.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index abc1ae6a7..82623c87b 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -88,6 +88,8 @@ TIMEOUT = 5000
88# REJECT_FROM6 = 88# REJECT_FROM6 =
89# BINDTO = 89# BINDTO =
90 90
91MAX_CONNECTIONS = 128
92
91# ATS options 93# ATS options
92DUMP_MLP = NO 94DUMP_MLP = NO
93DUMP_SOLUTION = NO 95DUMP_SOLUTION = NO
@@ -107,14 +109,14 @@ MAX_BPS = 1000000
107 109
108[transport-http] 110[transport-http]
109PORT = 1080 111PORT = 1080
110 112MAX_CONNECTIONS = 128
111 113
112[transport-https] 114[transport-https]
113PORT = 4433 115PORT = 4433
114CRYPTO_INIT = NORMAL 116CRYPTO_INIT = NORMAL
115KEY_FILE = https.key 117KEY_FILE = https.key
116CERT_FILE = https.cert 118CERT_FILE = https.cert
117 119MAX_CONNECTIONS = 128
118 120
119 121
120[transport-wlan] 122[transport-wlan]