Contiki-NG
Macros

Macros

#define UIP_TTL   64
 The IP TTL (time to live) of IP packets sent by uIP. More...
 
#define UIP_REASS_MAXAGE   60 /*60s*/
 The maximum time an IP fragment should wait in the reassembly buffer before it is dropped.
 
#define UIP_REASSEMBLY
 Turn on support for IP packet reassembly. More...
 

Detailed Description

Macro Definition Documentation

◆ UIP_REASSEMBLY

#define UIP_REASSEMBLY

Turn on support for IP packet reassembly.

uIP supports reassembly of fragmented IP packets. This features requires an additional 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 216 of file uipopt.h.

◆ UIP_TTL

#define UIP_TTL   64

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

This should normally not be changed.

Definition at line 190 of file uipopt.h.