pub const TCP_ESTABLISHED: u8 = 1;
(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.