|
The Assimilation Monitoring Project
|
Implements UDP network I/O (NetIOudp) class. More...


Go to the source code of this file.
Data Structures | |
| struct | _NetIOudp |
| NetIOudp is a NetIO class subclass specialized to UDP connections. More... | |
| typedef struct _NetIOudp | NetIOudp |
| WINEXPORT NetIOudp * | netioudp_new (gsize objsize, ConfigContext *config, PacketDecoder *decoder) |
| Construct new UDP NetIO object (and its socket, etc) More... | |
Implements UDP network I/O (NetIOudp) class.
It knows how to construct UDP sockets, write to them, bind them, and get packets from them. This is a subclass of the NetIO class class.
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.h.