aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet.conf
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-06-05 16:37:10 +0200
committert3sserakt <t3ss@posteo.de>2020-06-05 16:37:10 +0200
commitd22eacb13eb676b5c096b47c72a3fdbdb332d5a5 (patch)
tree9be948a80a6be2c56080be8826cba747de9dce57 /src/cadet/test_cadet.conf
parent59f616a3c5d8a6873de0090d0db1413c8b9c411d (diff)
downloadgnunet-d22eacb13eb676b5c096b47c72a3fdbdb332d5a5.tar.gz
gnunet-d22eacb13eb676b5c096b47c72a3fdbdb332d5a5.zip
Fixed bug #5822 by adding a monotonic time to the connection create message of a peer that want to start a KX, and the corresponding test #5823. Credits to dvn, lurchi and xrs for helpful discussions and coding.
Diffstat (limited to 'src/cadet/test_cadet.conf')
-rw-r--r--src/cadet/test_cadet.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cadet/test_cadet.conf b/src/cadet/test_cadet.conf
index 30e496aff..067dd5fb4 100644
--- a/src/cadet/test_cadet.conf
+++ b/src/cadet/test_cadet.conf
@@ -27,7 +27,8 @@ QUOTA = 1 MB
27DATABASE = heap 27DATABASE = heap
28 28
29[transport] 29[transport]
30PLUGINS = udp 30#PLUGINS = udp
31PLUGINS = tcp
31NEIGHBOUR_LIMIT = 50 32NEIGHBOUR_LIMIT = 50
32#MANIPULATE_DELAY_IN = 10 ms 33#MANIPULATE_DELAY_IN = 10 ms
33#MANIPULATE_DELAY_OUT = 10 ms 34#MANIPULATE_DELAY_OUT = 10 ms
@@ -102,3 +103,7 @@ START_ON_DEMAND = NO
102[rps] 103[rps]
103IMMEDIATE_START = NO 104IMMEDIATE_START = NO
104START_ON_DEMAND = NO 105START_ON_DEMAND = NO
106
107[rest]
108IMMEDIATE_START = NO
109START_ON_DEMAND = NO