LRN: Bind test_testing transports to localhost
authorChristian Grothoff <christian@grothoff.org>
Mon, 1 Aug 2011 20:42:16 +0000 (20:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 1 Aug 2011 20:42:16 +0000 (20:42 +0000)
Otherwise transports will not be able to produce non-empty HELLO messages

src/testing/test_testing_connect_peer1.conf
src/testing/test_testing_connect_peer2.conf

index 58c364ace2b5f430fcf03dde95a3d289eec2efa5..7d202add51bb7b8912b1dd456058eb92da58c4c9 100644 (file)
@@ -30,6 +30,7 @@ HOSTNAME = localhost
 
 [transport-tcp]
 PORT = 12568
+BINDTO = 127.0.0.1
 
 [peerinfo]
 PORT = 12569
index 5f1823d1c6539012c48683a5c9d917d1cbb5c07f..c1a22c06c1dba3ff113ca17e9c6a138d8ab686ec 100644 (file)
@@ -30,6 +30,7 @@ HOSTNAME = localhost
 
 [transport-tcp]
 PORT = 22568
+BINDTO = 127.0.0.1
 
 [peerinfo]
 PORT = 22569