Mulitcast server definitions. More...
#include "../compatibility.h"
Go to the source code of this file.
Functions | |
| int | mcast6_server (const char *mcast_group, int destination_port, int delay_s) |
| Executes multicast server application. | |
Mulitcast server definitions.
Copyright (C) 2013
Andrea Florio 2013 andrea@opensuse.org
This Project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This Project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
| int mcast6_server | ( | const char * | mcast_group, |
| int | destination_port, | ||
| int | delay_s | ||
| ) |
Executes multicast server application.
Supports IPv6 only
| mcast_group | Is a string containing the multicast group address. |
| destination_port | Is an int containing the destinaion UDP port number. |
| delay_s | Is an int (in seconds) defining the sleep period between packets. |
1.8.1.2