IP configuration options
[Configuration options for uIP]


Defines

#define UIP_TTL   255
#define UIP_REASSEMBLY   0
#define UIP_REASS_MAXAGE   40
#define UIP_TTL   255
#define UIP_REASSEMBLY   0
#define UIP_REASS_MAXAGE   40


Define Documentation

#define UIP_REASS_MAXAGE   40
 

The maximum time an IP fragment should wait in the reassembly buffer before it is dropped.

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

#define UIP_REASS_MAXAGE   40
 

The maximum time an IP fragment should wait in the reassembly buffer before it is dropped.

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

#define UIP_REASSEMBLY   0
 

Turn on support for IP packet reassembly.

uIP supports reassembly of fragmented IP packets. This features requires an additonal amount of RAM to hold the reassembly buffer and the reassembly code size is approximately 700 bytes. The reassembly buffer is of the same size as the uip_buf buffer (configured by UIP_BUFSIZE).

Note:
IP packet reassembly is not heavily tested.

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

#define UIP_REASSEMBLY   0
 

Turn on support for IP packet reassembly.

uIP supports reassembly of fragmented IP packets. This features requires an additonal amount of RAM to hold the reassembly buffer and the reassembly code size is approximately 700 bytes. The reassembly buffer is of the same size as the uip_buf buffer (configured by UIP_BUFSIZE).

Note:
IP packet reassembly is not heavily tested.

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

Referenced by uip_process().

#define UIP_TTL   255
 

The IP TTL (time to live) of IP packets sent by uIP.

This should normally not be changed.

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

#define UIP_TTL   255
 

The IP TTL (time to live) of IP packets sent by uIP.

This should normally not be changed.

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


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