- Joined
- Oct 23, 2007
- Messages
- 1
- Reaction score
- 0
Gotta Java TCP server and when client closes unexpectedly, server gets EOFException and calls socket.close(). Even close being called after exception, on doing netstat -a i still see same socket in CLOSE_WAIT state untill i restart my server.
Here is some output:
172.17.16.200.9898 10.192.20.2.33041 8192 0 1049800 0 CLOSE_WAIT
Here is some output:
172.17.16.200.9898 10.192.20.2.33041 8192 0 1049800 0 CLOSE_WAIT