14 lines
215 B
C
14 lines
215 B
C
|
/*
|
||
|
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__ */
|