Skip to main content

MAX_LINE_BYTES

Constant MAX_LINE_BYTES 

Source
pub const MAX_LINE_BYTES: usize = 512;
Expand description

The byte budget for everything after the tags, including the trailing CRLF.

RFC 1459 sets this and IRCv3 leaves it alone; only the tag section grew.