A RetroSearch Logo

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

Search Query:

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

[apps] Removed calls to non-existing srt_group_configure() function. · Haivision/srt@031603f · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-9

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-9

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

@@ -557,12 +557,8 @@ void SrtCommon::AcceptNewClient()

557 557

m_listener_group = true;

558 558

if (m_group_config != "")

559 559

{

560 -

int stat = srt_group_configure(m_sock, m_group_config.c_str());

561 -

if (stat == SRT_ERROR)

562 -

{

563 -

// Don't break the connection basing on this, just ignore.

564 -

Verb() << " (error setting config: '" << m_group_config << "') " << VerbNoEOL;

565 -

}

560 +

// Don't break the connection basing on this, just ignore.

561 +

Verb() << " (ignoring setting group config: '" << m_group_config << "') " << VerbNoEOL;

566 562

}

567 563

// There might be added a poller, remove it.

568 564

// We need it work different way.

@@ -971,9 +967,7 @@ void SrtCommon::OpenGroupClient()

971 967

int stat = -1;

972 968

if (m_group_config != "")

973 969

{

974 -

stat = srt_group_configure(m_sock, m_group_config.c_str());

975 -

if (stat == SRT_ERROR)

976 -

Error("srt_group_configure");

970 +

Verb() << "Ignoring setting group config: '" << m_group_config;

977 971

}

978 972 979 973

stat = ConfigurePre(m_sock);

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