Back to product page

KeepAlives property


Defines number of seconds of inactivity before KeepAlive ignore packets are sent.

Type

Integer

Syntax

  • Basic
object.KeepAlives [= value]
The KeepAlives(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

Remarks

KeepAlives value specifies how many seconds of must pass without any activity between wodTelnetDLX and remote server before wodTelnetDLX sends "KeepAlive" packet to test if connection is still open or not. This is useful if you want to set
Timeout = 0

but still would like to occasionally test if connection is established.

Since possible connection problems occur when data is being transmitted, KeepAlives (also known as Ignore/None packets) are sent. They are ignored by the server, but if connection is broken error is reported so you can try to reconnect.

Leaving
KeepAlives = 0

will prevent wodTelnetDLX from sending those packets.

Platforms

Windows