Description Determines total number of seconds before user is disconnected for inactivity.
Property type
A Long value.
Syntax
object.Timeout [= value]
The Timeout Property syntax has these parts:
|
object | An expression evaluating to an object of type VPNUser. | value | A Long value. |
Remarks Timeout property defines how many seconds must pass with no traffic between wodVPN and the user, before wodVPN automatically disconnects him. Internally, if user is on TCP channel, this value is set to 0 (never is disconnected). If user is on UDP channel, we set it to 60 seconds. You can change this setting to adjust it to your needs.
|