Mulitcast client definitions. More...
#include "../compatibility.h"
Go to the source code of this file.
Functions | |
| int | mcast6_client (const char *mcast_group, int receiving_port) |
| Executes multicast client application. | |
Mulitcast client 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_client | ( | const char * | mcast_group, |
| int | receiving_port | ||
| ) |
Executes multicast client application.
Supports IPv6 only
| mcast_group | Is a string containing the multicast group address. |
| receiving_port | Is an int containing the UDP port number the client will listen to. |
1.8.1.2