|
This is typical to Telnet server. The server does not know that the other side "dropped" and it thinks that nobody wants to talk to it. :)
The fix is easy: You should force the Telnet server to do a "periodic check" to find out if the other side is alive.
This is how you do it:
CHGTELNA TIMMRKTIMO(60)
This will check the connection to the client every 60 seconds -- which is good enough most of the time.
==================================
MORE INFORMATION ON THIS TOPIC
==================================
Ask your systems management questions--or help out your peers by answering them--in our live discussion forums.
The Best Web Links: Tips, tutorials and more.
|