Added upstream from http://ftp.icm.edu.pl/pub/loglan/
[loglan.git] / sources / int / net / ip / srv.h
1 #define PORT            3963
2 #define DATA_PIECE      64
3
4 typedef struct { 
5    unsigned long req;
6    char data[DATA_PIECE];
7 } msg;
8
9 #define HEAD (sizeof(msg)-DATA_PIECE)
10
11
12 #define RQ_FILE_SIZE    1
13 #define RQ_FILE         2
14