aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/sieci/pracownia2/router/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 4/sieci/pracownia2/router/config.h')
-rw-r--r--Semestr 4/sieci/pracownia2/router/config.h4
1 files changed, 2 insertions, 2 deletions
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