Search
Preparing search index...
The search index is not available
NDNts
Options
All
Public
Public/Protected
All
Inherited
Menu
NDNts
segmented-object
CongestionAvoidance
Class CongestionAvoidance
Abstract
Congestion avoidance algorithm.
Hierarchy
TypedEventEmitter
<
Events
,
this
>
CongestionAvoidance
TcpCubic
Index
Constructors
constructor
Accessors
cwnd
Methods
decrease
increase
update
Cwnd
Constructors
constructor
new
Congestion
Avoidance
(
initialCwnd
:
number
)
:
CongestionAvoidance
Parameters
initialCwnd:
number
Returns
CongestionAvoidance
Accessors
cwnd
get
cwnd
(
)
:
number
Returns
number
Methods
Abstract
decrease
decrease
(
now
:
number
)
:
void
Parameters
now:
number
Returns
void
Abstract
increase
increase
(
now
:
number
, rtt
:
number
)
:
void
Parameters
now:
number
rtt:
number
Returns
void
Protected
update
Cwnd
update
Cwnd
(
v
:
number
)
:
void
Parameters
v:
number
Returns
void
Modules
autoconfig
cat
cli-
common
dpdkmgmt
endpoint
fw
keychain
keychain-
cli
l3face
lp
nac
naming-
convention1
naming-
convention2
ndncert
ndnsec
nfdmgmt
node-
transport
packet
quic-
transport
rdr
repo
repo-
api
repo-
cli
repo-
external
segmented-
object
Data
Producer
Rtt
Estimator
Tcp
Cubic
discover
Version
fetch
sync
tlv
trust-
schema
util
web-
bluetooth-
transport
ws-
transport
Congestion
Avoidance
constructor
cwnd
decrease
increase
update
Cwnd
Generated using
TypeDoc
Congestion avoidance algorithm.