Constant rshijack::net::TcpFlags::SYN

pub const SYN: u8 = 0b00000010; // 2u8
Expand description

SYN – Synchronize sequence numbers. Only the first packet sent from each end should have this flag set.