source: trunk/minix/include/net/gen/tcp.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 360 bytes
Line 
1/*
2server/ip/gen/tcp.h
3*/
4
5#ifndef __SERVER__IP__GEN__TCP_H__
6#define __SERVER__IP__GEN__TCP_H__
7
8#define TCP_MIN_HDR_SIZE 20
9#define TCP_MAX_HDR_SIZE 60
10
11#define TCPPORT_TELNET 23
12#define TCPPORT_FINGER 79
13
14#define TCPPORT_RESERVED 1024
15
16typedef u16_t tcpport_t;
17typedef U16_t Tcpport_t; /* for use in prototypes */
18
19#endif /* __SERVER__IP__GEN__TCP_H__ */
Note: See TracBrowser for help on using the repository browser.