Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / net / gen / udp.h @ 14

History | View | Annotate | Download (215 Bytes)

1 13 up20180614
/*
2
server/ip/gen/udp.h
3
*/
4
5
#ifndef __SERVER__IP__GEN__UDP_H__
6
#define __SERVER__IP__GEN__UDP_H__
7
8
typedef u16_t udpport_t;
9
10
#define UDP_HDR_SIZE        8
11
#define UDP_IO_HDR_SIZE        16
12
13
#endif /* __SERVER__IP__GEN__UDP_H__ */