source:
trunk/minix/include/net/gen/tcp.h@
13
| Last change on this file since 13 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 360 bytes | |
| Line | |
|---|---|
| 1 | /* |
| 2 | server/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 | |
| 16 | typedef u16_t tcpport_t; |
| 17 | typedef 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.