Skip to content

Commit

Permalink
Fixed m_iAvgPayloadSize initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Apr 19, 2024
1 parent 98f48e3 commit d38cf6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srtcore/group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ CUDTGroup::CUDTGroup(SRT_GROUP_TYPE gtype)
, m_uOPT_MinStabilityTimeout_us(1000 * CSrtConfig::COMM_DEF_MIN_STABILITY_TIMEOUT_MS)
// -1 = "undefined"; will become defined with first added socket
, m_iMaxPayloadSize(-1)
, m_iAvgPayloadSize(-1)
, m_bSynRecving(true)
, m_bSynSending(true)
, m_bTsbPd(true)
Expand Down

0 comments on commit d38cf6b

Please sign in to comment.