Skip to content

Commit

Permalink
[core] Fixed incorrectly updated default GROUPSTABTIMEO (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethouris committed Sep 25, 2020
1 parent 72d0b5d commit 50b7af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/group.cpp
Expand Up @@ -287,7 +287,7 @@ CUDTGroup::CUDTGroup(SRT_GROUP_TYPE gtype)
, m_listener()
, m_iSndOldestMsgNo(SRT_MSGNO_NONE)
, m_iSndAckedMsgNo(SRT_MSGNO_NONE)
, m_uOPT_StabilityTimeout(4 * CUDT::COMM_SYN_INTERVAL_US)
, m_uOPT_StabilityTimeout(CUDT::COMM_DEF_STABILITY_TIMEOUT_US)
// -1 = "undefined"; will become defined with first added socket
, m_iMaxPayloadSize(-1)
, m_bSynRecving(true)
Expand Down

0 comments on commit 50b7af0

Please sign in to comment.