A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Haivision/srt/commit/39754281c422327b48d715a86920f50107feb526 below:

[core] fix unrecoverable initial packets lose in group message mode · Haivision/srt@3975428 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-7

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-7

lines changed Original file line number Diff line number Diff line change

@@ -9894,8 +9894,6 @@ int srt::CUDT::processData(CUnit* in_unit)

9894 9894

}

9895 9895

}

9896 9896 9897 -

bool need_notify_loss = true;

9898 - 9899 9897

// [[using locked()]]; // (NOTHING locked)

9900 9898 9901 9899

#if ENABLE_EXPERIMENTAL_BONDING

@@ -9923,10 +9921,6 @@ int srt::CUDT::processData(CUnit* in_unit)

9923 9921

<< srt_log_grp_state[gi->rcvstate]

9924 9922

<< " -> RUNNING. NOT checking for loss");

9925 9923

gi->rcvstate = SRT_GST_RUNNING;

9926 - 9927 -

// The function unfortunately can't return here.

9928 -

// We just need to skip loss reporting.

9929 -

need_notify_loss = false;

9930 9924

}

9931 9925

else

9932 9926

{

@@ -10119,7 +10113,7 @@ int srt::CUDT::processData(CUnit* in_unit)

10119 10113

HLOGC(qrlog.Debug,

10120 10114

log << "CONTIGUITY CHECK: sequence distance: " << CSeqNo::seqoff(m_iRcvCurrSeqNo, rpkt.m_iSeqNo));

10121 10115 10122 -

if (need_notify_loss && CSeqNo::seqcmp(rpkt.m_iSeqNo, CSeqNo::incseq(m_iRcvCurrSeqNo)) > 0) // Loss detection.

10116 +

if (CSeqNo::seqcmp(rpkt.m_iSeqNo, CSeqNo::incseq(m_iRcvCurrSeqNo)) > 0) // Loss detection.

10123 10117

{

10124 10118

int32_t seqlo = CSeqNo::incseq(m_iRcvCurrSeqNo);

10125 10119

int32_t seqhi = CSeqNo::decseq(rpkt.m_iSeqNo);

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4