41 #ifndef _networkipv6socket_h
42 #define _networkipv6socket_h
44 #include "Network/socket.h"
72 void SetNumUnicastHops(
const Integer Hops);
74 Integer GetNumUnicastHops()
const;
80 void SetV6Only(
const Boole V6Only);
83 Boole GetV6Only()
const;
A socket class using the IP version 6 protocol.
This is a basic socket interface for the transmission and retrieval of packets.
bool Boole
Generally acts a single bit, true or false.
NetworkLayerProtocol
This is an enum listing for recognized protocols on Layer 3 of the OSI model.
int Integer
A datatype used to represent any integer close to.
The bulk of the engine components go in this namspace.