Quote from: darkforce on March 14, 2008, 02:34:46 PM
is there any HLA documentation on socket programming?
This is an OS-specific facility.
So I'd look up WinSock if you're programming under Windows and Berkley sockets if you're programming HLA under Linux or FreeBSD.
The w.hhf header file contains all the prototypes and constants for WinSock programming. The linux.hhf header file does the same for Linux. FreeBSD isn't quite there yet, I'm afraid.
hLater,
Randy Hyde