-tl handles the case where the connection is unresponsive, as opposed to physically disconnected as in your example.
When you unplug the network cable, the next time the server tries to do anything on that tcp/ip socket, it will fail with an error saying the socket is no longer valid. This will cause the server to close the connection.
There is currently no way to handle the scenario you outline, aside from the client reconnecting.