mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
8 lines
233 B
C
8 lines
233 B
C
#ifndef __DAWN_MULTICASTSTSOCKET_H
|
|
#define __DAWN_MULTICASTSSOCKET_H
|
|
|
|
int setup_multicast_socket(const char *_multicast_ip, unsigned short _multicast_port, struct sockaddr_in *addr);
|
|
|
|
int remove_multicast_socket(int socket);
|
|
|
|
#endif
|