Constant xenet_packet::tcp::TcpFlags::PSH

source ·
pub const PSH: u8 = 0b00001000;
Expand description

PSH – Push function. Asks to push the buffered data to the receiving application.