1. 保活功能主要是为服务器应用程序提供的。
The keepalive feature is intended for server applications that might tie up resources on behalf of a client, and want to know if the client host crashes. Many versions of the Telnet server and Rlogin server enable the keepalive option by default.
例如,telnet到一个机器上,然后关机。
2. If there is no activity on a given connection for 2 hours, the server sends a probe segment to the client.
本文主要介绍了保活功能在服务器应用程序中的应用,特别是针对可能占用客户端资源的情况,如Telnet和Rlogin服务器。当连接在两小时内没有活动时,服务器会向客户端发送探测包来检查客户端状态。
4264

被折叠的 条评论
为什么被折叠?



