Skip to main content

MAX_FRAME_SIZE

Constant MAX_FRAME_SIZE 

Source
pub const MAX_FRAME_SIZE: usize = 1514;
Expand description

Maximum ethernet frame size (14-byte header + 1500 MTU). Jumbo frames are not supported — MTU > 1500 is rejected at config time.