Description Timeout for discarding old peers, in seconds.
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 VPNMediator. | value | A Long value.
Timeout value, in seconds. |
Remarks After mediator stops receiving search packets
from the peer, it will wait for certain amount of seconds (as you define
in this property) before forgetting about peer's details. When this
happens,
MediatorDisconnected event will fire.
-
-
After timeout expires, all "PEER A" (let's call him like that)
details are forgotten - if "PEER B" requests info for "PEER A" that
timed out, nothing will be returned until "PEER A" comes back again.
|