41 #ifndef _networktcpsocket_h
42 #define _networktcpsocket_h
44 #include "Network/socket.h"
85 void SetKeepAlive(
const Boole Alive);
88 Boole GetKeepAlive()
const;
93 void SetNoDelay(
const Boole NoDelay);
96 Boole GetNoDelay()
const;
This is a basic socket interface for the transmission and retrieval of packets.
bool Boole
Generally acts a single bit, true or false.
int Integer
A datatype used to represent any integer close to.
TransportLayerProtocol
This is an enum listing for recognized protocols on Layer 4 of the OSI model.
The bulk of the engine components go in this namspace.
A socket class using the TCP stream protocol.
A simple class that stores a complete set of information for establishing connections.