gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 4d5ef96bfcec9db99e5be788e9c583fdd6a409ad
parent 75c0efba47097363df7ca74bb6f8542b31421265
Author: Bart Polot <bart@net.in.tum.de>
Date:   Tue, 17 Jun 2014 12:13:38 +0000

- send 1000 messages to force re-key testing

Diffstat:
Msrc/cadet/test_cadet.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c @@ -33,7 +33,7 @@ /** * How namy messages to send */ -#define TOTAL_PACKETS 100 +#define TOTAL_PACKETS 1000 /** * How long until we give up on connecting the peers?