Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
28a1f4c6
Commit
28a1f4c6
authored
Nov 14, 2006
by
Rémi Denis-Courmont
Browse files
Windows multicast bind kludge
parent
970cd4e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network/io.c
View file @
28a1f4c6
...
...
@@ -150,7 +150,7 @@ int *net_Listen (vlc_object_t *p_this, const char *psz_host,
}
/* Bind the socket */
#if
0//
defined (WIN32) || defined (UNDER_CE)
#if defined (WIN32) || defined (UNDER_CE)
/*
* Under Win32 and for multicasting, we bind to INADDR_ANY.
* This is of course a severe bug, since the socket would logically
...
...
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