MCPcopy Create free account
hub / github.com/Haivision/srt / SrtCongestionControlBase

Method SrtCongestionControlBase

srtcore/congctl.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40namespace srt {
41
42SrtCongestionControlBase::SrtCongestionControlBase(CUDT* parent)
43{
44 m_parent = parent;
45 m_dMaxCWndSize = m_parent->flowWindowSize();
46 // RcvRate (deliveryRate()), RTT and Bandwidth can be read directly from CUDT when needed.
47 m_dCWndSize = 1000;
48 m_dPktSndPeriod = 1;
49}
50
51void SrtCongestion::Check()
52{

Callers

nothing calls this directly

Calls 1

flowWindowSizeMethod · 0.80

Tested by

no test coverage detected