simple-multicast  0.2.1
All Files Functions Typedefs Macros Pages
mcast6-server.h
Go to the documentation of this file.
1 
29 #ifndef __MCAST6_SERVER_H__
30 #define __MCAST6_SERVER_H__
31 
32 #include "../compatibility.h"
33 
46 int mcast6_server(const char *mcast_group, int destination_port, int delay_s);
47 
48 #endif