5 #ifndef __SERVER__IP__GEN__TCP_H__
6 #define __SERVER__IP__GEN__TCP_H__
8 #define TCP_MIN_HDR_SIZE 20
9 #define TCP_MAX_HDR_SIZE 60
11 #define TCPPORT_TELNET 23
12 #define TCPPORT_FINGER 79
14 #define TCPPORT_RESERVED 1024
16 typedef u16_t tcpport_t
;
18 #endif /* __SERVER__IP__GEN__TCP_H__ */