aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_communicator_udp_backchannel_peer2.conf
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-12-08 10:47:51 +0100
committert3sserakt <t3ss@posteo.de>2020-12-08 10:47:51 +0100
commit6e3ca264f69ea03520c5855161d1c8487c1e4e01 (patch)
tree5a2c0a6b1993986c9d9bf361e24dfae5f48a94a4 /src/transport/test_communicator_udp_backchannel_peer2.conf
parent97782d1a85e43d55626b150c06b6479afd8d20d6 (diff)
downloadgnunet-6e3ca264f69ea03520c5855161d1c8487c1e4e01.tar.gz
gnunet-6e3ca264f69ea03520c5855161d1c8487c1e4e01.zip
- added testing logic for backchannel and rekey tests. Fixed bugs for rekey logic.
Diffstat (limited to 'src/transport/test_communicator_udp_backchannel_peer2.conf')
-rw-r--r--src/transport/test_communicator_udp_backchannel_peer2.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/test_communicator_udp_backchannel_peer2.conf b/src/transport/test_communicator_udp_backchannel_peer2.conf
index 48bd54c8b..3abf7999b 100644
--- a/src/transport/test_communicator_udp_backchannel_peer2.conf
+++ b/src/transport/test_communicator_udp_backchannel_peer2.conf
@@ -23,6 +23,10 @@ UNIXPATH = $GNUNET_TMP/test-communicator-unix-2/nat.sock
23[peerstore] 23[peerstore]
24UNIXPATH = $GNUNET_TMP/test-communicator-unix-2/peerstore.sock 24UNIXPATH = $GNUNET_TMP/test-communicator-unix-2/peerstore.sock
25 25
26[statistics]
27PORT = 22462
28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics_test_2.sock
29
26[resolver] 30[resolver]
27PORT = 62090 31PORT = 62090
28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_2.sock 32UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_2.sock
@@ -35,6 +39,7 @@ BINDTO = 60003
35DISABLE_V6 = YES 39DISABLE_V6 = YES
36 40
37[communicator-udp] 41[communicator-udp]
42#PREFIX = valgrind --leak-check=full --track-origins=yes
38BINDTO = 60003 43BINDTO = 60003
39DISABLE_V6 = YES 44DISABLE_V6 = YES
40MAX_QUEUE_LENGTH=5000 45MAX_QUEUE_LENGTH=5000