Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0101000 /*
0101001 server/ip/gen/udp.h
0101002 */
0101003 
0101004 #ifndef __SERVER__IP__GEN__UDP_H__
0101005 #define __SERVER__IP__GEN__UDP_H__
0101006 
0101007 typedef u16_t udpport_t;
0101008 typedef U16_t Udpport_t;
0101009 
0101010 #define UDP_HDR_SIZE       8
0101011 #define UDP_IO_HDR_SIZE       16
0101012 
0101013 #endif /* __SERVER__IP__GEN__UDP_H__ */