aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-03 15:14:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-03 15:14:03 +0000
commitfecd1c767db54ba18e060ba59dd922b75cd544e7 (patch)
treee8cc8fed1fe39dc0a21b3bbfd59a2d4187143956 /src/core
parent93850e77594963bd40ef4cc1e54ceabc51a5d51b (diff)
downloadgnunet-fecd1c767db54ba18e060ba59dd922b75cd544e7.tar.gz
gnunet-fecd1c767db54ba18e060ba59dd922b75cd544e7.zip
invalid addresses cause transport trouble, removing to avoid for now
Diffstat (limited to 'src/core')
-rw-r--r--src/core/test_core_api.c1
-rw-r--r--src/core/test_core_api_peer1.conf5
-rw-r--r--src/core/test_core_api_peer2.conf3
-rw-r--r--src/core/test_core_quota_asymmetric_recv_limited_peer1.conf3
-rw-r--r--src/core/test_core_quota_asymmetric_recv_limited_peer2.conf3
-rw-r--r--src/core/test_core_quota_asymmetric_send_limit_peer1.conf3
-rw-r--r--src/core/test_core_quota_asymmetric_send_limit_peer2.conf3
-rw-r--r--src/core/test_core_quota_asymmetric_send_limited_peer1.conf3
-rw-r--r--src/core/test_core_quota_asymmetric_send_limited_peer2.conf3
-rw-r--r--src/core/test_core_quota_peer1.conf4
-rw-r--r--src/core/test_core_quota_peer2.conf3
11 files changed, 12 insertions, 22 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 9423062db..d45560a5d 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -35,6 +35,7 @@
35#include "gnunet_transport_service.h" 35#include "gnunet_transport_service.h"
36 36
37#define VERBOSE GNUNET_NO 37#define VERBOSE GNUNET_NO
38
38#define START_ARM GNUNET_YES 39#define START_ARM GNUNET_YES
39 40
40#define MTYPE 12345 41#define MTYPE 12345
diff --git a/src/core/test_core_api_peer1.conf b/src/core/test_core_api_peer1.conf
index e8a6ed2cf..efdb81a67 100644
--- a/src/core/test_core_api_peer1.conf
+++ b/src/core/test_core_api_peer1.conf
@@ -16,7 +16,7 @@ PLUGINS = tcp
16#PREFIX= xterm -e xterm -T transport1 -e gdb --args 16#PREFIX= xterm -e xterm -T transport1 -e gdb --args
17#PREFIX = xterm -T transport1 -e gdb --args 17#PREFIX = xterm -T transport1 -e gdb --args
18#PREFIX = xterm -T transport1 -e valgrind --tool=memcheck 18#PREFIX = xterm -T transport1 -e valgrind --tool=memcheck
19DEBUG = YES 19#DEBUG = YES
20 20
21[arm] 21[arm]
22PORT = 12466 22PORT = 12466
@@ -32,16 +32,15 @@ PORT = 12467
32PORT = 12468 32PORT = 12468
33BINDTO = 127.0.0.1 33BINDTO = 127.0.0.1
34#DEBUG = YES 34#DEBUG = YES
35USE_LOCALADDR = YES
36 35
37[nat] 36[nat]
38DISABLEV6 = YES 37DISABLEV6 = YES
39BINDTO = 127.0.0.1
40ENABLE_UPNP = NO 38ENABLE_UPNP = NO
41BEHIND_NAT = NO 39BEHIND_NAT = NO
42ALLOW_NAT = NO 40ALLOW_NAT = NO
43INTERNAL_ADDRESS = 127.0.0.1 41INTERNAL_ADDRESS = 127.0.0.1
44EXTERNAL_ADDRESS = 127.0.0.1 42EXTERNAL_ADDRESS = 127.0.0.1
43USE_LOCALADDR = NO
45 44
46[peerinfo] 45[peerinfo]
47PORT = 12469 46PORT = 12469
diff --git a/src/core/test_core_api_peer2.conf b/src/core/test_core_api_peer2.conf
index 4e6fe519f..cba5dbcca 100644
--- a/src/core/test_core_api_peer2.conf
+++ b/src/core/test_core_api_peer2.conf
@@ -21,12 +21,12 @@ PLUGINS = tcp
21 21
22[nat] 22[nat]
23DISABLEV6 = YES 23DISABLEV6 = YES
24BINDTO = 127.0.0.1
25ENABLE_UPNP = NO 24ENABLE_UPNP = NO
26BEHIND_NAT = NO 25BEHIND_NAT = NO
27ALLOW_NAT = NO 26ALLOW_NAT = NO
28INTERNAL_ADDRESS = 127.0.0.1 27INTERNAL_ADDRESS = 127.0.0.1
29EXTERNAL_ADDRESS = 127.0.0.1 28EXTERNAL_ADDRESS = 127.0.0.1
29USE_LOCALADDR = NO
30 30
31[arm] 31[arm]
32PORT = 22466 32PORT = 22466
@@ -43,7 +43,6 @@ UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
43PORT = 22468 43PORT = 22468
44BINDTO = 127.0.0.1 44BINDTO = 127.0.0.1
45#DEBUG = YES 45#DEBUG = YES
46USE_LOCALADDR = YES
47 46
48[peerinfo] 47[peerinfo]
49PORT = 22469 48PORT = 22469
diff --git a/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf b/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf
index bd23c4e74..3ddf375b2 100644
--- a/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf
+++ b/src/core/test_core_quota_asymmetric_recv_limited_peer1.conf
@@ -33,16 +33,15 @@ UNIXPATH = /tmp/gnunet-core-asym-recv-p1-service-statistics.sock
33PORT = 12488 33PORT = 12488
34BINDTO = 127.0.0.1 34BINDTO = 127.0.0.1
35#DEBUG = YES 35#DEBUG = YES
36USE_LOCALADDR = YES
37 36
38[nat] 37[nat]
39DISABLEV6 = YES 38DISABLEV6 = YES
40BINDTO = 127.0.0.1
41ENABLE_UPNP = NO 39ENABLE_UPNP = NO
42BEHIND_NAT = NO 40BEHIND_NAT = NO
43ALLOW_NAT = NO 41ALLOW_NAT = NO
44INTERNAL_ADDRESS = 127.0.0.1 42INTERNAL_ADDRESS = 127.0.0.1
45EXTERNAL_ADDRESS = 127.0.0.1 43EXTERNAL_ADDRESS = 127.0.0.1
44USE_LOCALADDR = NO
46 45
47[peerinfo] 46[peerinfo]
48PORT = 12489 47PORT = 12489
diff --git a/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf b/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf
index 02cd22967..5a52e202d 100644
--- a/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf
+++ b/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf
@@ -34,16 +34,15 @@ UNIXPATH = /tmp/gnunet-core-asym-recv-p2-service-statistics.sock
34PORT = 22488 34PORT = 22488
35BINDTO = 127.0.0.1 35BINDTO = 127.0.0.1
36#DEBUG = YES 36#DEBUG = YES
37USE_LOCALADDR = YES
38 37
39[nat] 38[nat]
40DISABLEV6 = YES 39DISABLEV6 = YES
41BINDTO = 127.0.0.1
42ENABLE_UPNP = NO 40ENABLE_UPNP = NO
43BEHIND_NAT = NO 41BEHIND_NAT = NO
44ALLOW_NAT = NO 42ALLOW_NAT = NO
45INTERNAL_ADDRESS = 127.0.0.1 43INTERNAL_ADDRESS = 127.0.0.1
46EXTERNAL_ADDRESS = 127.0.0.1 44EXTERNAL_ADDRESS = 127.0.0.1
45USE_LOCALADDR = NO
47 46
48[peerinfo] 47[peerinfo]
49PORT = 22489 48PORT = 22489
diff --git a/src/core/test_core_quota_asymmetric_send_limit_peer1.conf b/src/core/test_core_quota_asymmetric_send_limit_peer1.conf
index accdcb054..19b1e3b64 100644
--- a/src/core/test_core_quota_asymmetric_send_limit_peer1.conf
+++ b/src/core/test_core_quota_asymmetric_send_limit_peer1.conf
@@ -33,16 +33,15 @@ UNIXPATH = /tmp/gnunet-core-asym-send-p1-service-statistics.sock
33PORT = 12488 33PORT = 12488
34BINDTO = 127.0.0.1 34BINDTO = 127.0.0.1
35#DEBUG = YES 35#DEBUG = YES
36USE_LOCALADDR = YES
37 36
38[nat] 37[nat]
39DISABLEV6 = YES 38DISABLEV6 = YES
40BINDTO = 127.0.0.1
41ENABLE_UPNP = NO 39ENABLE_UPNP = NO
42BEHIND_NAT = NO 40BEHIND_NAT = NO
43ALLOW_NAT = NO 41ALLOW_NAT = NO
44INTERNAL_ADDRESS = 127.0.0.1 42INTERNAL_ADDRESS = 127.0.0.1
45EXTERNAL_ADDRESS = 127.0.0.1 43EXTERNAL_ADDRESS = 127.0.0.1
44USE_LOCALADDR = NO
46 45
47[peerinfo] 46[peerinfo]
48PORT = 12489 47PORT = 12489
diff --git a/src/core/test_core_quota_asymmetric_send_limit_peer2.conf b/src/core/test_core_quota_asymmetric_send_limit_peer2.conf
index ff9256337..a7389a80d 100644
--- a/src/core/test_core_quota_asymmetric_send_limit_peer2.conf
+++ b/src/core/test_core_quota_asymmetric_send_limit_peer2.conf
@@ -34,16 +34,15 @@ UNIXPATH = /tmp/gnunet-core-asym-send-p2-service-statistics.sock
34PORT = 22488 34PORT = 22488
35BINDTO = 127.0.0.1 35BINDTO = 127.0.0.1
36#DEBUG = YES 36#DEBUG = YES
37USE_LOCALADDR = YES
38 37
39[nat] 38[nat]
40DISABLEV6 = YES 39DISABLEV6 = YES
41BINDTO = 127.0.0.1
42ENABLE_UPNP = NO 40ENABLE_UPNP = NO
43BEHIND_NAT = NO 41BEHIND_NAT = NO
44ALLOW_NAT = NO 42ALLOW_NAT = NO
45INTERNAL_ADDRESS = 127.0.0.1 43INTERNAL_ADDRESS = 127.0.0.1
46EXTERNAL_ADDRESS = 127.0.0.1 44EXTERNAL_ADDRESS = 127.0.0.1
45USE_LOCALADDR = NO
47 46
48[peerinfo] 47[peerinfo]
49PORT = 22489 48PORT = 22489
diff --git a/src/core/test_core_quota_asymmetric_send_limited_peer1.conf b/src/core/test_core_quota_asymmetric_send_limited_peer1.conf
index fd97964cb..5ed6ed87a 100644
--- a/src/core/test_core_quota_asymmetric_send_limited_peer1.conf
+++ b/src/core/test_core_quota_asymmetric_send_limited_peer1.conf
@@ -33,16 +33,15 @@ UNIXPATH = /tmp/gnunet-core-asym-send-p1-service-statistics.sock
33PORT = 12428 33PORT = 12428
34BINDTO = 127.0.0.1 34BINDTO = 127.0.0.1
35#DEBUG = YES 35#DEBUG = YES
36USE_LOCALADDR = YES
37 36
38[nat] 37[nat]
39DISABLEV6 = YES 38DISABLEV6 = YES
40BINDTO = 127.0.0.1
41ENABLE_UPNP = NO 39ENABLE_UPNP = NO
42BEHIND_NAT = NO 40BEHIND_NAT = NO
43ALLOW_NAT = NO 41ALLOW_NAT = NO
44INTERNAL_ADDRESS = 127.0.0.1 42INTERNAL_ADDRESS = 127.0.0.1
45EXTERNAL_ADDRESS = 127.0.0.1 43EXTERNAL_ADDRESS = 127.0.0.1
44USE_LOCALADDR = NO
46 45
47[peerinfo] 46[peerinfo]
48PORT = 12429 47PORT = 12429
diff --git a/src/core/test_core_quota_asymmetric_send_limited_peer2.conf b/src/core/test_core_quota_asymmetric_send_limited_peer2.conf
index d6f82a520..f900f04fb 100644
--- a/src/core/test_core_quota_asymmetric_send_limited_peer2.conf
+++ b/src/core/test_core_quota_asymmetric_send_limited_peer2.conf
@@ -34,16 +34,15 @@ UNIXPATH = /tmp/gnunet-core-asym-send-p2-service-statistics.sock
34PORT = 22428 34PORT = 22428
35BINDTO = 127.0.0.1 35BINDTO = 127.0.0.1
36#DEBUG = YES 36#DEBUG = YES
37USE_LOCALADDR = YES
38 37
39[nat] 38[nat]
40DISABLEV6 = YES 39DISABLEV6 = YES
41BINDTO = 127.0.0.1
42ENABLE_UPNP = NO 40ENABLE_UPNP = NO
43BEHIND_NAT = NO 41BEHIND_NAT = NO
44ALLOW_NAT = NO 42ALLOW_NAT = NO
45INTERNAL_ADDRESS = 127.0.0.1 43INTERNAL_ADDRESS = 127.0.0.1
46EXTERNAL_ADDRESS = 127.0.0.1 44EXTERNAL_ADDRESS = 127.0.0.1
45USE_LOCALADDR = NO
47 46
48[peerinfo] 47[peerinfo]
49PORT = 22429 48PORT = 22429
diff --git a/src/core/test_core_quota_peer1.conf b/src/core/test_core_quota_peer1.conf
index 5d3f2042c..443b383aa 100644
--- a/src/core/test_core_quota_peer1.conf
+++ b/src/core/test_core_quota_peer1.conf
@@ -33,17 +33,15 @@ PORT = 12477
33[transport-tcp] 33[transport-tcp]
34PORT = 12468 34PORT = 12468
35BINDTO = 127.0.0.1 35BINDTO = 127.0.0.1
36#DEBUG = YES
37USE_LOCALADDR = YES
38 36
39[nat] 37[nat]
40DISABLEV6 = YES 38DISABLEV6 = YES
41BINDTO = 127.0.0.1
42ENABLE_UPNP = NO 39ENABLE_UPNP = NO
43BEHIND_NAT = NO 40BEHIND_NAT = NO
44ALLOW_NAT = NO 41ALLOW_NAT = NO
45INTERNAL_ADDRESS = 127.0.0.1 42INTERNAL_ADDRESS = 127.0.0.1
46EXTERNAL_ADDRESS = 127.0.0.1 43EXTERNAL_ADDRESS = 127.0.0.1
44USE_LOCALADDR = NO
47 45
48[peerinfo] 46[peerinfo]
49PORT = 12479 47PORT = 12479
diff --git a/src/core/test_core_quota_peer2.conf b/src/core/test_core_quota_peer2.conf
index b9f1cc136..b8d58f388 100644
--- a/src/core/test_core_quota_peer2.conf
+++ b/src/core/test_core_quota_peer2.conf
@@ -34,16 +34,15 @@ UNIXPATH = /tmp/gnunet-core-sym-p2-service-statistics.sock
34PORT = 22478 34PORT = 22478
35BINDTO = 127.0.0.1 35BINDTO = 127.0.0.1
36#DEBUG = YES 36#DEBUG = YES
37USE_LOCALADDR = YES
38 37
39[nat] 38[nat]
40DISABLEV6 = YES 39DISABLEV6 = YES
41BINDTO = 127.0.0.1
42ENABLE_UPNP = NO 40ENABLE_UPNP = NO
43BEHIND_NAT = NO 41BEHIND_NAT = NO
44ALLOW_NAT = NO 42ALLOW_NAT = NO
45INTERNAL_ADDRESS = 127.0.0.1 43INTERNAL_ADDRESS = 127.0.0.1
46EXTERNAL_ADDRESS = 127.0.0.1 44EXTERNAL_ADDRESS = 127.0.0.1
45USE_LOCALADDR = NO
47 46
48[peerinfo] 47[peerinfo]
49PORT = 22479 48PORT = 22479