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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Semestr 4/sieci/pracownia2/router/config.h b/Semestr 4/sieci/pracownia2/router/config.h
index 3537c03..ef8bf47 100644
--- a/Semestr 4/sieci/pracownia2/router/config.h
+++ b/Semestr 4/sieci/pracownia2/router/config.h
@@ -3,6 +3,12 @@
#define SERVER_PORT 54321
#define TURN_LEN_S 5
+
+#define INFINITY_DIST 16
+#define REACHABILITY_WAIT_TIME 5
+
+#define DV_DATAGRAM_LEN 9
+
#define TURN_LEN_MS (1000 * TURN_LEN_S)
#define TURN_LEN_US (1000000 * TURN_LEN_S)