41 #ifndef _networkudpv6socket_h
42 #define _networkudpv6socket_h
44 #include "Network/udpsocket.h"
45 #include "Network/ipv6socket.h"
73 void SetNumMulticastHops(
const Integer Hops);
75 Integer GetNumMulticastHops()
const;
77 void SetMulticastLoop(
const Boole Loop);
79 Boole GetMulticastLoop()
const;
A socket class using the IP version 6 protocol.
bool Boole
Generally acts a single bit, true or false.
int Integer
A datatype used to represent any integer close to.
A socket class using the User Datagram Protocol.
uint16_t UInt16
An 16-bit unsigned integer.
A UDP socket that uses IPv6 internet addresses for transmissions.
The bulk of the engine components go in this namspace.