aboutsummaryrefslogtreecommitdiff
path: root/src/service/transport/test_communicator_udp_basic_peer1.conf
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-11 00:14:26 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-03-11 00:16:08 +0100
commit808c250afc63982679f61339b3310498ac730fc9 (patch)
tree96025bf77b4c498eaf479c988e7fa15b3985a3b9 /src/service/transport/test_communicator_udp_basic_peer1.conf
parentb4a039d3c95a18e38fb2a7f2ec62571c311fd309 (diff)
downloadgnunet-808c250afc63982679f61339b3310498ac730fc9.tar.gz
gnunet-808c250afc63982679f61339b3310498ac730fc9.zip
transport: Improve KX handling.
In particular, this commit fixes cleanup of shared secrets that have expired due to the amount of data sent. This allows injected rekeys to be used effectively after the usage limit is exceeded.
Diffstat (limited to 'src/service/transport/test_communicator_udp_basic_peer1.conf')
-rw-r--r--src/service/transport/test_communicator_udp_basic_peer1.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/transport/test_communicator_udp_basic_peer1.conf b/src/service/transport/test_communicator_udp_basic_peer1.conf
index 6968b3aef..83c599ae5 100644
--- a/src/service/transport/test_communicator_udp_basic_peer1.conf
+++ b/src/service/transport/test_communicator_udp_basic_peer1.conf
@@ -33,6 +33,7 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_1.sock
33 33
34[communicator-udp] 34[communicator-udp]
35# PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/vg_com1 35# PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/vg_com1
36#PREFIX = valgrind --tool=callgrind
36BINDTO = 60002 37BINDTO = 60002
37DISABLE_V6 = YES 38DISABLE_V6 = YES
38MAX_QUEUE_LENGTH=5000 39MAX_QUEUE_LENGTH=5000