Constant pnet_packet::tcp::TcpFlags::SYN[][src]

pub const SYN: u9be = 0b000000010;
Expand description

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