Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0098000 /*
0098001 server/ip/gen/tcp.h
0098002 */
0098003 
0098004 #ifndef __SERVER__IP__GEN__TCP_H__
0098005 #define __SERVER__IP__GEN__TCP_H__
0098006 
0098007 #define TCP_MIN_HDR_SIZE       20
0098008 #define TCP_MAX_HDR_SIZE       60
0098009 
0098010 #define TCPPORT_TELNET              23
0098011 #define TCPPORT_FINGER              79
0098012 
0098013 #define TCPPORT_RESERVED       1024
0098014 
0098015 typedef u16_t tcpport_t;
0098016 typedef U16_t Tcpport_t;       /* for use in prototypes */
0098017 
0098018 #endif /* __SERVER__IP__GEN__TCP_H__ */