From bf9914308497839c1d05905f6f156ee4165fdae1 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Mon, 19 Apr 2021 10:18:30 +0200 Subject: Linked list finally working --- Semestr 4/sieci/pracownia2/router/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 abf7d23..3537c03 100644 --- a/Semestr 4/sieci/pracownia2/router/config.h +++ b/Semestr 4/sieci/pracownia2/router/config.h @@ -2,7 +2,7 @@ #define CONFIG_H #define SERVER_PORT 54321 -#define TURN_LEN_S 20 +#define TURN_LEN_S 5 #define TURN_LEN_MS (1000 * TURN_LEN_S) #define TURN_LEN_US (1000000 * TURN_LEN_S) -- cgit v1.2.3