|
Using TCP Keep alive in the Digi PortServerII, PortServer TS, Digi-One RealPort (IA) Using TCP Keep alive in the Digi PortServerII, PortServer TS, Digi-One RealPort (IA) Here is how to set up TCP keep-alive using the command line interface:
Here is how to set up TCP keep-alive
using the command line interface:
1)
You
will need to activate it, and set an amount of time you want the connection to
be idle before you attempt to send a keep alive probe.
set tcp keepalive_active=on
keepalive_idle=hr:min:sec
2)
Now
you will want to set the amount of time between keep alive probes, and the
number of failed probes before the socket closes:
set tcp probe_interval=(10-75)
probe_cnt=(5-30)
|