TCP_ESTABLISHED

Constant TCP_ESTABLISHED 

Source
pub const TCP_ESTABLISHED: u8 = 1;
Expand description

(both server and client) represents an open connection, data received can be delivered to the user. The normal state for the data transfer phase of the connection.