Discuss this help topic in SecureBlackbox Forum
Specifies the buffer adjustment step.
Declaration
[C#]
double BuffersAdjustStep;
[VB.NET]
Property BuffersAdjustStep As Double
[Pascal]
property BuffersAdjustStep : double;
[C++]
double get_BuffersAdjustStep();
void set_BuffersAdjustStep(double Value);
[PHP]
double get_BuffersAdjustStep()
void set_BuffersAdjustStep(double $Value)
[Java]
double getBuffersAdjustStep();
void setBuffersAdjustStep(double Value);
Description
This property is used when AutoAdjustBuffersSize is set to true.
It defines the increment/decrement (relative to the current buffer size) used by the software to adjust the send and receive buffer sizes.
The default value is 0.15.
Discuss this help topic in SecureBlackbox Forum