Skip to main content

NET_INLINE_BUF_CAPACITY

Constant NET_INLINE_BUF_CAPACITY 

Source
const NET_INLINE_BUF_CAPACITY: usize = 2048;
Expand description

Most Ethernet frames, including ICMP echo, fit comfortably under 2 KiB. Keep those on the stack to avoid hot-path heap churn in net send/recv syscalls.