From 7dd4ef3c7c724badfe66a027ea3289d12ec0da46 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Thu, 22 Apr 2021 21:14:19 +0200 Subject: Ostatnie poprawki i testy routera --- Semestr 4/sieci/pracownia2/router/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Semestr 4/sieci/pracownia2/router/config.h') diff --git a/Semestr 4/sieci/pracownia2/router/config.h b/Semestr 4/sieci/pracownia2/router/config.h index ef8bf47..f83c556 100644 --- a/Semestr 4/sieci/pracownia2/router/config.h +++ b/Semestr 4/sieci/pracownia2/router/config.h @@ -5,11 +5,11 @@ #define TURN_LEN_S 5 #define INFINITY_DIST 16 -#define REACHABILITY_WAIT_TIME 5 +#define REACHABILITY_WAIT_TIME 3 #define DV_DATAGRAM_LEN 9 #define TURN_LEN_MS (1000 * TURN_LEN_S) #define TURN_LEN_US (1000000 * TURN_LEN_S) -#endif \ No newline at end of file +#endif -- cgit v1.2.3