Discuss this help topic in SecureBlackbox Forum

TElDTLSServer.TimerValue

TElDTLSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies value of the retransmission timer.

Declaration

[C#]
    int TimerValue;

[VB.NET]
    Property TimerValue As Integer

[Pascal]
    property TimerValue: integer;

[C++]
    int32_t get_TimerValue();
    void set_TimerValue(int32_t Value);

[PHP]
    integer get_TimerValue()
    void set_TimerValue(integer $Value)

[Java]
    int getTimerValue();
    void setTimerValue(int Value);

Description

    Use this property to specify the period of time in seconds, after which the client will repeat sending. This feature is useful for protocols with unwarranted delivery, such as UDP.

See also:     AutoAdjustTimerValue     UseRetransmissionTimer    

Discuss this help topic in SecureBlackbox Forum