![]() |
Contiki-NG
|
Macros | |
#define | UIP_BUFSIZE |
The size of the uIP packet buffer. | |
#define | UIP_STATISTICS |
Determines if statistics support should be compiled in. | |
#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.
Definition at line 92 of file uipopt.h.
Referenced by input(), rpl_ext_header_srh_update(), and uip_send().