aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/sieci/pracownia3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 4/sieci/pracownia3/config.h')
-rw-r--r--Semestr 4/sieci/pracownia3/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Semestr 4/sieci/pracownia3/config.h b/Semestr 4/sieci/pracownia3/config.h
new file mode 100644
index 0000000..3b81646
--- /dev/null
+++ b/Semestr 4/sieci/pracownia3/config.h
@@ -0,0 +1,10 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define DATAGRAM_LEN 1000
+#define HEADER_LEN 40
+
+#define WINDOW_SIZE 3000
+#define TIMEOUT 100
+
+#endif