I have questions about the time limit for the tcp binding socket in server side.
In my survey, I found if the tcp client socket send the close message to the server, the client will enter to TIME_WAIT state last for 2 MSL.
If the client socket connect to server, but didn't send the close message. And it's also not send any data to server. Do the server side socket bind this socket continuously and not to close it forever until server down?
Is there a limited timeout for the tcp binding socket in the server side?
Thank you for your read and hopefully for your reply.