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

pub const ACK: u9be = 0b000010000;

ACK – indicates that the Acknowledgment field is significant. All packets after the initial SYN packet sent by the client should have this flag set.