Detailed Description

Macros

#define CONFIG_SLIPDEV_BUFSIZE   (2048U)
 UART buffer size used for TX and RX buffers. More...
 

Macro Definition Documentation

◆ CONFIG_SLIPDEV_BUFSIZE

#define CONFIG_SLIPDEV_BUFSIZE   (2048U)

UART buffer size used for TX and RX buffers.

Reduce this value if your expected traffic does not include full IPv6 MTU sized packets.

Precondition
Needs to be power of two and <= INT_MAX

Definition at line 53 of file slipdev.h.