mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
6 lines
191 B
C
6 lines
191 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);
|
|
|
|
#endif
|