We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e2c9c commit b252637Copy full SHA for b252637
srtcore/congctl.cpp
@@ -60,7 +60,7 @@ void SrtCongestion::Check()
60
61
class LiveCC: public SrtCongestionControlBase
62
{
63
- int64_t m_llSndMaxBW; //Max bandwidth (bytes/sec)
+ srt::sync::atomic<int64_t> m_llSndMaxBW; //Max bandwidth (bytes/sec)
64
srt::sync::atomic<size_t> m_zSndAvgPayloadSize; //Average Payload Size of packets to xmit
65
size_t m_zMaxPayloadSize;
66
size_t m_zHeaderSize;
0 commit comments