EVE 1.0
Collaboration diagram for UDP configuration options:

Macros

#define UIP_UDP
 
#define UIP_UDP_CHECKSUMS
 
#define UIP_UDP_CONNS
 

Detailed Description

Note
The UDP support in uIP is still not entirely complete; there is no support for sending or receiving broadcast or multicast packets, but it works well enough to support a number of vital applications such as DNS queries, though

Macro Definition Documentation

#define UIP_UDP

Toggles whether UDP support should be compiled in or not.

Definition at line 345 of file uipopt.h.

#define UIP_UDP_CHECKSUMS

Toggles if UDP checksums should be used or not.

Note
Support for UDP checksums is currently not included in uIP, so this option has no function.

Definition at line 359 of file uipopt.h.

#define UIP_UDP_CONNS

The maximum amount of concurrent UDP connections.

Definition at line 370 of file uipopt.h.

Referenced by simple_udp_deregister(), tcpip_output(), uip_init(), and uip_process().