Contiki-NG
Loading...
Searching...
No Matches

Macros

#define UIP_TTL   64
 The IP TTL (time to live) of IP packets sent by uIP.
 
#define UIP_REASS_MAXAGE   60
 The maximum time in seconds that an IP fragment should wait in the reassembly buffer before it is dropped.
 

Detailed Description

Macro Definition Documentation

◆ 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 125 of file uipopt.h.

Referenced by uip_ds6_init().