Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
703490ea
Commit
703490ea
authored
Nov 11, 2006
by
Marian Durkovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forwardport [17650]
parent
c0f6a69c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/misc/network/ipv6.c
modules/misc/network/ipv6.c
+1
-1
No files found.
modules/misc/network/ipv6.c
View file @
703490ea
...
...
@@ -187,7 +187,7 @@ static int OpenUDP( vlc_object_t * p_this )
# define IPV6_PROTECTION_LEVEL 23
# endif
{
int
i_val
=
3
0
/*PROTECTION_LEVEL_UNRESTRICTED*/
;
int
i_val
=
1
0
/*PROTECTION_LEVEL_UNRESTRICTED*/
;
setsockopt
(
i_handle
,
IPPROTO_IPV6
,
IPV6_PROTECTION_LEVEL
,
&
i_val
,
sizeof
(
i_val
)
);
}
...
...
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