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

pub const SYN: u9be = 0b000000010;

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