UDP configuration options
[Configuration options for uIP]


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


Defines

#define UIP_UDP   1
#define UIP_UDP_CHECKSUMS   0
#define UIP_UDP_CONNS   5
#define UIP_UDP_APPCALL   udp_app
#define UIP_UDP   1
#define UIP_UDP_CHECKSUMS   0
#define UIP_UDP_CONNS   5
#define UIP_UDP_APPCALL   udp_app


Define Documentation

#define UIP_UDP   1
 

Toggles wether UDP support should be compiled in or not.

Definition at line 258 of file linux/uipopt.h.

#define UIP_UDP   1
 

Toggles wether UDP support should be compiled in or not.

Definition at line 264 of file avr/uipopt.h.

#define UIP_UDP_APPCALL   udp_app
 

The name of the function that should be called when UDP datagrams arrive.

Definition at line 282 of file linux/uipopt.h.

#define UIP_UDP_APPCALL   udp_app
 

The name of the function that should be called when UDP datagrams arrive.

Definition at line 288 of file avr/uipopt.h.

#define UIP_UDP_CHECKSUMS   0
 

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 268 of file linux/uipopt.h.

#define UIP_UDP_CHECKSUMS   0
 

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 274 of file avr/uipopt.h.

#define UIP_UDP_CONNS   5
 

The maximum amount of concurrent UDP connections.

Definition at line 275 of file linux/uipopt.h.

#define UIP_UDP_CONNS   5
 

The maximum amount of concurrent UDP connections.

Definition at line 281 of file avr/uipopt.h.


Generated on Fri Jan 6 22:23:18 2006 for EtherProgs by  doxygen 1.4.5