A RetroSearch Logo

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

Search Query:

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

[core] fix listener's cookie check (#2176). · Haivision/srt@f11b026 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

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

@@ -10610,7 +10610,7 @@ int32_t srt::CUDT::bake(const sockaddr_any& addr, int32_t current_cookie, int co

10610 10610

clientport,

10611 10611

sizeof(clientport),

10612 10612

NI_NUMERICHOST | NI_NUMERICSERV);

10613 -

int64_t timestamp = (count_microseconds(steady_clock::now() - m_stats.tsStartTime) / 60000000) + distractor -

10613 +

int64_t timestamp = (count_microseconds(steady_clock::now() - m_stats.tsStartTime) / 60000000) + distractor +

10614 10614

correction; // secret changes every one minute

10615 10615

stringstream cookiestr;

10616 10616

cookiestr << clienthost << ":" << clientport << ":" << timestamp;

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