A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/Haivision/srt/commit/650dbe6d8231f3ffc14c16d9c08b4f51f67cac78 below:

[core] Fixed rcvDropTooLateUpTo calls. · Haivision/srt@650dbe6 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-2

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

@@ -2267,7 +2267,7 @@ int CUDTGroup::recv(char* buf, int len, SRT_MSGCTRL& w_mc)

2267 2267

if (m_RcvBaseSeqNo != SRT_SEQNO_NONE)

2268 2268

{

2269 2269

// Drop here to make sure the getFirstReadablePacketInfo() below return fresher packet.

2270 -

int cnt = ps->core().dropTooLateUpTo(CSeqNo::incseq(m_RcvBaseSeqNo));

2270 +

int cnt = ps->core().rcvDropTooLateUpTo(CSeqNo::incseq(m_RcvBaseSeqNo));

2271 2271

if (cnt > 0)

2272 2272

{

2273 2273

HLOGC(grlog.Debug,

@@ -2359,7 +2359,7 @@ int CUDTGroup::recv(char* buf, int len, SRT_MSGCTRL& w_mc)

2359 2359

ScopedLock lg(ps->core().m_RcvBufferLock);

2360 2360

if (m_RcvBaseSeqNo != SRT_SEQNO_NONE)

2361 2361

{

2362 -

int cnt = ps->core().dropTooLateUpTo(CSeqNo::incseq(m_RcvBaseSeqNo));

2362 +

int cnt = ps->core().rcvDropTooLateUpTo(CSeqNo::incseq(m_RcvBaseSeqNo));

2363 2363

if (cnt > 0)

2364 2364

{

2365 2365

HLOGC(grlog.Debug,

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