13 #ifndef MULTICAST_SOCKET_DEVICE_H
14 #define MULTICAST_SOCKET_DEVICE_H
17 # include <sys/types.h>
21 # include <ws2tcpip.h>
23 # include <sys/socket.h>
24 # include <netinet/in.h>
25 # include <netinet/ip.h>
29 #include <QNetworkInterface>
30 #include <QHostAddress>
38 #include "msocketdevice.h"
52 MSocketDevice(MSocketDevice::Datagram),
59 const char *data, quint64 len,
60 const QHostAddress & host, quint16
port)
override;
64 quint16
port() const override
74 #endif // MULTICAST_SOCKET_DEVICE_H