10#if !defined(OWL_WSKSOCKD_H)
14#if defined(BI_HAS_PRAGMA_ONCE)
45 void SetMaxPacketSendSize(
int size);
58 int DoWriteNotification(
const SOCKET& s,
int error);
61#define N_DEF_MAX_QUEUED_CONNECTIONS 5
127inline TDatagramSocket&
The TDatagramSocket encapsulates a Winsock datagram (non-reliable, packet-based) socket.
TDatagramSocket & operator=(TDatagramSocket &newDatagramSocket1)
Copies the datagram socket connection information.
void SetMaxPacketSendSize(int size)
This function sets the maximum size of the send packet buffer.
static int MaxPacketSendSize
Defined by the WSAStartup() call return information (WSAData).
The TSocketAddress class stores a Winsock socket address.
TSocket encapsulates the basic attributes of a socket.
TSocket & operator=(TSocket &newSocket)
The TStreamSocket encapsulates a Winsock stream socket.
TConnectStatus
Current status of this stream socket.
@ ConnectPending
Connection is pending.
@ Connected
Currently connected.
@ NotConnected
This socket is not used.
Object Windows Library (OWLNext Core)
Winsock for OWL subsystem.
#define N_DEF_MAX_QUEUED_CONNECTIONS