FreeBSD ipv6 multicast patch from ports tree
Originally committed as revision 4507 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
597cad6a04
commit
9c633e9a6f
@ -28,6 +28,11 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
|
||||||
|
#ifndef IPV6_ADD_MEMBERSHIP
|
||||||
|
#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
|
||||||
|
#define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int udp_fd;
|
int udp_fd;
|
||||||
int ttl;
|
int ttl;
|
||||||
|
Loading…
Reference in New Issue
Block a user