TCP states
Most of the 11 TCP states are pretty easy to understand and most programmers know what they mean:
CLOSED: There is no connection.
LISTEN: The local end-point is waiting for a connection request from a remote end-point i.e. a passive open was perfor...
kiloai.hashnode.dev5 min read