Skip to content

Commit

Permalink
[core] Fixed SRTO_LOSSMAXTTL setting on accepted socket. Fixes #735.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko authored and rndi committed Sep 3, 2019
1 parent 2dcbacb commit bd36417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srtcore/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ CUDT::CUDT(const CUDT& ancestor)
m_bTLPktDrop = ancestor.m_bTLPktDrop;
m_bMessageAPI = ancestor.m_bMessageAPI;
m_iIpV6Only = ancestor.m_iIpV6Only;
m_iMaxReorderTolerance = ancestor.m_iMaxReorderTolerance;
//Runtime
m_bRcvNakReport = ancestor.m_bRcvNakReport;

Expand Down

0 comments on commit bd36417

Please sign in to comment.