|
The Assimilation Monitoring Project
|
Implements the netioudp class - providing UDP specialization of the netio class. More...
#include <memory.h>#include <sys/types.h>#include <unistd.h>#include <sys/socket.h>#include <netinet/in.h>#include <address_family_numbers.h>#include <proj_classes.h>#include <netioudp.h>#include <frameset.h>
Go to the source code of this file.
Functions | |
| NetIOudp * | netioudp_new (gsize objsize, ConfigContext *config, PacketDecoder *decoder) |
| Construct new UDP NetIO object (and its socket, etc) More... | |
Implements the netioudp class - providing UDP specialization of the netio class.
It primarily contains the constructor for the class, since all other netio member functions seem suitable for this class as well.
This file is part of the Assimilation Project.
The Assimilation software 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 the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file netioudp.c.