barrier/lib/net
crs 8f229393b8 Replaced inet_addr() with inet_aton(), which is a better function
anyway but isn't implemented in winsock, removed use of INADDR_NONE
which some platforms don't define except on winsock which does
define it, and changed SOL_TCP to IPPROTO_TCP which should work on
more platforms.
2002-10-20 22:36:24 +00:00
..
CNetwork.cpp Replaced inet_addr() with inet_aton(), which is a better function 2002-10-20 22:36:24 +00:00
CNetwork.h Replaced inet_addr() with inet_aton(), which is a better function 2002-10-20 22:36:24 +00:00
CNetworkAddress.cpp Replaced inet_addr() with inet_aton(), which is a better function 2002-10-20 22:36:24 +00:00
CNetworkAddress.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CTCPListenSocket.cpp added better network error message support. 2002-09-14 20:56:28 +00:00
CTCPListenSocket.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CTCPSocket.cpp Added support for using select() instead of poll(). 2002-10-16 22:01:50 +00:00
CTCPSocket.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CTCPSocketFactory.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CTCPSocketFactory.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
IDataSocket.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
IListenSocket.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
ISocket.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
ISocketFactory.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
Makefile.am added copyright to top of each file. 2002-08-02 19:57:46 +00:00
XNetwork.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
XNetwork.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
XSocket.cpp added better network error message support. 2002-09-14 20:56:28 +00:00
XSocket.h added better network error message support. 2002-09-14 20:56:28 +00:00
net.dsp added win32 launcher program. also changed VC++ dsp and dsw 2002-08-11 11:49:36 +00:00