ReplicaNet and RNLobby  1
XPSockets

Introduction

XPSockets is a method for accessing TCPIP networking functions from a cross platform common layer

Using XPSockets

Include files are in the Includes directory.
Use "XPSockets.h" to access all the C++ insterface to sockets or, include "XPSocket.h" to only use the old C style functions.

There are four compiled libraries in the Libs directory:
XPSocketsDS and XPSocketsRS for debug and release single thread applications.
XPSocketsDM and XPSocketsRM for debug and release multi-threaded applications.
XPSocketsDMDLL and XPSocketsRMDLL for debug and release multi-threaded DLL applications.