Discuss this help topic in SecureBlackbox Forum

TElDTLSServer.UseRetransmissionTimer

TElDTLSServer     See also     


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


Specifies whether to apply retransmission timer, or not.

Declaration

[C#]
    bool UseRetransmissionTimer;

[VB.NET]
    Property UseRetransmissionTimer As Boolean

[Pascal]
    property UseRetransmissionTimer: boolean;

[C++]
    bool get_UseRetransmissionTimer();
    void set_UseRetransmissionTimer(bool Value);

[PHP]
    bool get_UseRetransmissionTimer()
    void set_UseRetransmissionTimer(bool $Value)

[Java]
    boolean getUseRetransmissionTimer();
    void setUseRetransmissionTimer(boolean Value);

Description

    Set this property value to True to repeat sending data which may be lost when using protocols with unwarranted delivery. Repeat period is specified by TimerValue property. If UseRetransmissionTimer is False, the server will not repeat sending.

See also:     TimerValue     AutoAdjustTimerValue    

Discuss this help topic in SecureBlackbox Forum