Contiki-NG

Macros

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

Functions

void uip_log (char *msg)
 Print out a uIP log message. More...
 

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. Lower size results in lower TCP throughput, larger size results in higher TCP throughput.

Definition at line 93 of file uipopt.h.

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

Function Documentation

◆ uip_log()

void uip_log ( char *  msg)

Print out a uIP log message.

This function must be implemented by the module that uses uIP, and is called by uIP whenever a log message is generated.

Definition at line 342 of file platform.c.