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

Macros

#define UIP_BUFSIZE
 The size of the uIP packet buffer.
 
#define UIP_STATISTICS
 Determines if statistics support should be compiled in.
 

Detailed Description

Macro Definition Documentation

◆ UIP_BUFSIZE

#define UIP_BUFSIZE

The size of the uIP packet buffer.

The uIP packet buffer should not be smaller than 60 bytes, and does not need to be larger than 1514 bytes, which is the Ethernet frame size limit. A lower size typically results in lower throughput for various protocols, whereas a larger size can result in higher throughput.

Note
6LoWPAN fragmentation may be used if the link layer has a smaller maximum transmission unit (MTU) that cannot fit the uIP packet buffer contents. See the SICSLOWPAN_CONF_FRAG option.

Definition at line 92 of file uipopt.h.

Referenced by input(), rpl_ext_header_srh_update(), and uip_send().

◆ UIP_STATISTICS

#define UIP_STATISTICS

Determines if statistics support should be compiled in.

The statistics is useful for debugging and to show the user.

Definition at line 105 of file uipopt.h.