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
Steve Lhomme
VLC
Commits
63883f0c
Commit
63883f0c
authored
Nov 25, 2006
by
Rémi Denis-Courmont
Browse files
Temporarily fix Win32 at the expense of IPv6 SSM
parent
f6771081
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network/udp.c
View file @
63883f0c
...
...
@@ -289,6 +289,7 @@ net_IPv6Join (vlc_object_t *obj, int fd, const struct sockaddr_in6 *src)
}
#if 0
#if defined (WIN32) && !defined (MCAST_JOIN_SOURCE_GROUP)
/*
* I hate manual definitions: Error-prone. Portability hell.
...
...
@@ -316,6 +317,7 @@ struct group_source_req
struct sockaddr_storage gsr_source;
};
#endif
#endif
/**
* IP-agnostic multicast join,
...
...
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