From: Christian Grothoff Date: Mon, 1 Aug 2011 20:42:16 +0000 (+0000) Subject: LRN: Bind test_testing transports to localhost X-Git-Tag: initial-import-from-subversion-38251~17550 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aa2692e2add9a11136e92ac37cf05af05d13f005;p=oweals%2Fgnunet.git LRN: Bind test_testing transports to localhost Otherwise transports will not be able to produce non-empty HELLO messages --- diff --git a/src/testing/test_testing_connect_peer1.conf b/src/testing/test_testing_connect_peer1.conf index 58c364ace..7d202add5 100644 --- a/src/testing/test_testing_connect_peer1.conf +++ b/src/testing/test_testing_connect_peer1.conf @@ -30,6 +30,7 @@ HOSTNAME = localhost [transport-tcp] PORT = 12568 +BINDTO = 127.0.0.1 [peerinfo] PORT = 12569 diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf index 5f1823d1c..c1a22c06c 100644 --- a/src/testing/test_testing_connect_peer2.conf +++ b/src/testing/test_testing_connect_peer2.conf @@ -30,6 +30,7 @@ HOSTNAME = localhost [transport-tcp] PORT = 22568 +BINDTO = 127.0.0.1 [peerinfo] PORT = 22569