aboutsummaryrefslogtreecommitdiff
path: root/semestr-4/sieci/pracownia3/4pkt/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'semestr-4/sieci/pracownia3/4pkt/config.h')
-rw-r--r--semestr-4/sieci/pracownia3/4pkt/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/semestr-4/sieci/pracownia3/4pkt/config.h b/semestr-4/sieci/pracownia3/4pkt/config.h
new file mode 100644
index 0000000..42ccd89
--- /dev/null
+++ b/semestr-4/sieci/pracownia3/4pkt/config.h
@@ -0,0 +1,7 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define DATAGRAM_LEN 1000
+#define HEADER_LEN 40
+
+#endif