aboutsummaryrefslogtreecommitdiff
path: root/semestr-4/sieci/pracownia3/4pkt/config.h
blob: 42ccd8971d70f2724764c14b7fefa1e3f88568c4 (plain)
1
2
3
4
5
6
7
#ifndef CONFIG_H
#define CONFIG_H

#define DATAGRAM_LEN 1000
#define HEADER_LEN 40

#endif