public TCPConnection() { state = new TCPClosed(); }
protected void SetState(TCPConnection con, ITCPState state) { con.state = state; }