aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_communicator_tcp_rekey_peer2.conf
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-08-06 16:20:48 +0200
committert3sserakt <t3ss@posteo.de>2020-08-06 16:20:48 +0200
commit33954ae13d4d26cefa45ac86f5e2184b6abd724f (patch)
treed6b2c8ff0d20776e04df1bfbc1ea04a458f7061e /src/transport/test_communicator_tcp_rekey_peer2.conf
parentd335baac87c2c59796a543fc2df44e2db33f5e8e (diff)
downloadgnunet-33954ae13d4d26cefa45ac86f5e2184b6abd724f.tar.gz
gnunet-33954ae13d4d26cefa45ac86f5e2184b6abd724f.zip
- fixed tcp communicator rekey
Diffstat (limited to 'src/transport/test_communicator_tcp_rekey_peer2.conf')
-rw-r--r--src/transport/test_communicator_tcp_rekey_peer2.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_communicator_tcp_rekey_peer2.conf b/src/transport/test_communicator_tcp_rekey_peer2.conf
index 138650a3b..643b037b2 100644
--- a/src/transport/test_communicator_tcp_rekey_peer2.conf
+++ b/src/transport/test_communicator_tcp_rekey_peer2.conf
@@ -31,10 +31,10 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_2.sock
31UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock 31UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_2.sock
32 32
33[communicator-tcp] 33[communicator-tcp]
34#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 34#PREFIX = xterm -geometry 100x85 -T peer2 -e gdb --args
35#PREFIX = valgrind --leak-check=full --track-origins=yes 35#PREFIX = valgrind --leak-check=full --track-origins=yes
36BINDTO = 60003 36BINDTO = 60003
37DISABLE_V6 = YES 37DISABLE_V6 = NO
38REKEY_INTERVAL = 100ms 38REKEY_INTERVAL = 100ms
39 39
40[communicator-udp] 40[communicator-udp]