Skip to content

Commit

Permalink
[core] Fixed CUDT::m_SrtHsSide initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Oct 26, 2020
1 parent 651a3a0 commit 7fc9389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srtcore/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ void CUDT::construct()
m_bBroken = false;
m_bPeerHealth = true;
m_RejectReason = SRT_REJ_UNKNOWN;
m_tsLastReqTime = steady_clock::time_point();
m_tsLastReqTime = steady_clock::time_point();
m_SrtHsSide = HSD_DRAW;

m_lSrtVersion = SRT_DEF_VERSION;
m_lPeerSrtVersion = 0; // not defined until connected.
Expand Down

0 comments on commit 7fc9389

Please sign in to comment.