TCP_SYN_RECV

Constant TCP_SYN_RECV 

Source
pub const TCP_SYN_RECV: u8 = 3;
Expand description

(server) represents waiting for a confirming connection request acknowledgment after having both received and sent a connection request.