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