Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d1f54c77
Commit
d1f54c77
authored
Nov 13, 2006
by
Marian Durkovic
Browse files
Warn the user about missing MLDv2 support in his OS
parent
955f1293
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/network/ipv6.c
View file @
d1f54c77
...
...
@@ -271,8 +271,9 @@ static int OpenUDP( vlc_object_t * p_this )
(
char
*
)
&
imr
,
sizeof
(
struct
group_source_req
)
)
==
-
1
)
{
msg_Err
(
p_this
,
"failed to join IP multicast group (%s)"
,
strerror
(
errno
)
);
msg_Err
(
p_this
,
"Source specific multicast failed (%s) -"
" check if your OS really supports MLDv2"
,
strerror
(
errno
)
);
}
}
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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