Introduction - If you have any usage issues, please Google them yourself
FUNDAMENTALS is a collection of Delphi code libraries.
FUNDAMENTALS SOCKETS contains:
Sockets cWinSock.pas WinSock functions
cSocks.pas SOCKS4/5 functions
cSocketHostLookup.pas Socket host lookup class
cSockets.pas Base class for sockets
cSocketsTCP.pas Base class for TCP sockets
cSocketsTCPClient.pas Base class for TCP client sockets
cSocketsTCPServer.pas Base class for TCP server sockets
cSocketsUDP.pas Base class for UDP sockets
cTCPStream.pas TCP stream class
cTCPClient.pas TCP client component
cTCPServer.pas TCP server component
FUNDAMENTALS SOCKETS require FUNDAMENTALS UTILITIES (included).