I have the following situation:
- Application (Firebird DB client) on a client computer opens a TCP connection to server on port 3050
- Application crash on client, application terminated
- netstat on the server still shows TCP-connection ESTABLISHED on port 3050 to clients ip address.
- powered off client
- netstat on the server still shows TCP-connection ESTABLISHED on port 3050 to clients ip address.
- waited several minutes
- netstat on the server still shows TCP-connection ESTABLISHED on port 3050 to clients ip address.
Is there a timeout for established connections under Windows (Win8.1 in this case)? Can I change this timeout?
I found this, but this does not seem to answer my question for established connections.