Class CongestionAvoidanceAbstract

Congestion avoidance algorithm.

Hierarchy (view full)

  • TypedEventTarget<EventMap>

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Decrease congestion window upon negative feedback (loss or congestion mark).

    Parameters

    • now: number

      Timestamp of negative feedback.

    Returns void

  • Increase congestion window.

    Parameters

    • now: number

      Timestamp of positive feedback (successful retrieval without congestion mark).

    • rtt: number

      Round-trip time when the positive feedback is received.

    Returns void

Generated using TypeDoc