Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
1f8f2c2c
Commit
1f8f2c2c
authored
Jun 12, 2018
by
Mickaël Turnel
Browse files
Fix ICE Agent not able to start if IPV6 is unreachable
parent
f90ce1f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nat/ice-agent.cpp
View file @
1f8f2c2c
...
...
@@ -608,7 +608,6 @@ int IceAgent::gatherIceCandidates () {
if
(
mediaSession
.
getPrivate
()
->
getAf
()
==
AF_INET6
)
{
if
(
linphone_core_get_local_ip_for
(
AF_INET6
,
nullptr
,
localAddr
)
<
0
)
{
lError
()
<<
"Fail to get local IPv6"
;
return
-
1
;
}
else
addLocalIceCandidates
(
AF_INET6
,
localAddr
,
audioCl
,
videoCl
,
textCl
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment