Timeout Property
      
 

Description

Timeout for discarding old peers, in seconds.

Property type

A Long value.  

Syntax

object.Timeout [= value]

The Timeout Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNMediator.
valueA 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.