aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/sieci/pracownia3/config.h
blob: 3b81646c995e731fe85a51e6a330879c14b8a401 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CONFIG_H
#define CONFIG_H

#define DATAGRAM_LEN 1000
#define HEADER_LEN 40

#define WINDOW_SIZE 3000
#define TIMEOUT 100

#endif