TCP Half Close in Action
One end can close it’s connection but still receive data
Few applications use half-close
Client sends a FIN to use half-close
The connection is finally closed when the other end sends a FIN
Unix rsh command uses the tcp half-close