Java socket close timeout
- by Shayan
In java when you close a socket it doesn't do anything anymore but it actually closes the tcp connection after a timeout time.
I need thousands of sockets and I want them to be closed exactly after closed them not after wasting my time and my resources!
What can I do?
Thank you.