Contiki-NG

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.
 

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