aboutsummaryrefslogtreecommitdiff
path: root/src/chat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 09:56:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 09:56:29 +0000
commit19377520016cc644070d207af34ae3e76618fdc8 (patch)
tree8bb6c8982fb0ad37909470bee51153b33c1f4d4f /src/chat
parent8d4b8f91ac792069e558da02e4959c6578571dfe (diff)
downloadgnunet-19377520016cc644070d207af34ae3e76618fdc8.tar.gz
gnunet-19377520016cc644070d207af34ae3e76618fdc8.zip
fixes
Diffstat (limited to 'src/chat')
-rw-r--r--src/chat/test_chat_data.conf9
-rw-r--r--src/chat/test_chat_peer1.conf10
-rw-r--r--src/chat/test_chat_peer2.conf9
-rw-r--r--src/chat/test_chat_peer3.conf9
4 files changed, 36 insertions, 1 deletions
diff --git a/src/chat/test_chat_data.conf b/src/chat/test_chat_data.conf
index ec554d05e..60a2f7d0b 100644
--- a/src/chat/test_chat_data.conf
+++ b/src/chat/test_chat_data.conf
@@ -35,3 +35,12 @@ BINARY = gnunet-service-chat
35 35
36[testing] 36[testing]
37WEAKRANDOM = YES 37WEAKRANDOM = YES
38
39[nat]
40DISABLEV6 = YES
41BINDTO = 127.0.0.1
42ENABLE_UPNP = NO
43BEHIND_NAT = NO
44ALLOW_NAT = NO
45INTERNAL_ADDRESS = 127.0.0.1
46EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/chat/test_chat_peer1.conf b/src/chat/test_chat_peer1.conf
index af4aa91ae..f76c5076c 100644
--- a/src/chat/test_chat_peer1.conf
+++ b/src/chat/test_chat_peer1.conf
@@ -74,4 +74,12 @@ AUTOSTART = NO
74AUTOSTART = NO 74AUTOSTART = NO
75 75
76[mesh] 76[mesh]
77AUTOSTART = NO \ No newline at end of file 77AUTOSTART = NO
78[nat]
79DISABLEV6 = YES
80BINDTO = 127.0.0.1
81ENABLE_UPNP = NO
82BEHIND_NAT = NO
83ALLOW_NAT = NO
84INTERNAL_ADDRESS = 127.0.0.1
85EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/chat/test_chat_peer2.conf b/src/chat/test_chat_peer2.conf
index a9feb1b82..9c57ecd4e 100644
--- a/src/chat/test_chat_peer2.conf
+++ b/src/chat/test_chat_peer2.conf
@@ -75,3 +75,12 @@ AUTOSTART = NO
75 75
76[mesh] 76[mesh]
77AUTOSTART = NO 77AUTOSTART = NO
78
79[nat]
80DISABLEV6 = YES
81BINDTO = 127.0.0.1
82ENABLE_UPNP = NO
83BEHIND_NAT = NO
84ALLOW_NAT = NO
85INTERNAL_ADDRESS = 127.0.0.1
86EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/chat/test_chat_peer3.conf b/src/chat/test_chat_peer3.conf
index a76ec0365..8b307298d 100644
--- a/src/chat/test_chat_peer3.conf
+++ b/src/chat/test_chat_peer3.conf
@@ -75,3 +75,12 @@ AUTOSTART = NO
75 75
76[mesh] 76[mesh]
77AUTOSTART = NO 77AUTOSTART = NO
78
79[nat]
80DISABLEV6 = YES
81BINDTO = 127.0.0.1
82ENABLE_UPNP = NO
83BEHIND_NAT = NO
84ALLOW_NAT = NO
85INTERNAL_ADDRESS = 127.0.0.1
86EXTERNAL_ADDRESS = 127.0.0.1