+3
-9
lines changedFilter options
+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