WindowSize Property
      
 

Description

Determines how large is "sliding window" for the channel.

Property type

A Long value.  

Syntax

object.WindowSize [= value]

The WindowSize Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNChannel.
valueA Long value.

Remarks

WindowSize determines how large is "sliding window" used in TCP connections.

In common words, this value defines how much data can remote peer send to local side without waiting for confirmation. Default value is 32K, but if you are on fast connection and value specified in LocalAddress is on fast connection too, you can increase this value. If computer pointed by LocalAddress is on slow connection, we would suggest not to increase this value.