Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
00ba59b0
Commit
00ba59b0
authored
Nov 24, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We have a problem here.
parent
28c2a1ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
src/network/udp.c
src/network/udp.c
+12
-2
No files found.
src/network/udp.c
View file @
00ba59b0
...
...
@@ -297,7 +297,17 @@ net_IPv6Join (vlc_object_t *obj, int fd, const struct sockaddr_in6 *src)
*/
# warning Your C headers are out-of-date. Please update.
/* Most (all?) Mingw32 versions in use are yet to pick up Vista stuff */
/* No, I won't guess the layout of these two.
* No, I don't want another socket protection level type-of obnoxious bug. */
# error Hmmm? This needs fixing.
# define MCAST_JOIN_GROUP XXX
struct
group_req
{
uint32_t
gr_interface
;
FIXME
struct
sockaddr_storage
gr_group
;
FIXME
};
# define MCAST_JOIN_SOURCE_GROUP 45
/* from <ws2ipdef.h> */
struct
group_source_req
{
...
...
@@ -305,7 +315,7 @@ struct group_source_req
struct
sockaddr_storage
gsr_group
;
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