KeepAlivePacketsOption Enumeration
In This Topic
Defines options that specify how Reflection periodically polls the host to determine if Telnet connections remain active during intervals when data is not sent to the host.
Members
Member | Description |
KeepAliveNone | No keep alive packets are sent to the host. |
KeepAliveNOP | A No Operation (NOP) command is periodically sent to the host. |
KeepAliveSystem | The TCP/IP stack keeps track of the host connection. |
KeepAliveTimingMark | A Timing Mark Command is periodically sent to the host to determine if the connection is still active. |
See Also