pub const FLAG_SYN: u8 = 0b0000_0100;
Bit mask for the SYN flag in StreamFrame::flags (legacy raw u8 form).
StreamFrame::flags