- Author
- Pedro Fco. Pareja Ruiz ( PedroPareja [at] Gmail.com )
- Version
- 1.0.0-pre-6
This is a C++ socket library designed to enable easy and fast development of socket related functionality.
- Warning
- Do not forget to call NL::init() in first place for the library initialization. This is only necessary in windows, but in the others OS will not do any harm.
- Note
- Since 1.0.0, NetLink Sockets C++ can be used in Windows XP (earlier versions require at least Windows Vista to be used in Windows OS)
All the components of NetLink Sockets are in NL namespace.
Download the latest version of the library at http://sourceforge.net/projects/netlinksockets/
- Linking:
- Linux and OSX: no need to link anything.
- Windows: Link against WS2_32.lib (system lib) in Visual C++ or libws2_32.a in MingW.
- CHANGELOG
1.0.0-pre-6
- Fixed: getTime() return type changed to unsigned long long
1.0.0-pre-5
1.0.0-pre-4
- Fixed: memory leak in NL::Socket::initSocket(): some blocks of addrinfo were not completely freed
1.0.0-pre-3
- Fixed example: NL::init() was missing in udpDirectChat.cc
- Added sourceForge logo to documentation
1.0.0-pre-2
- Added SmartBuffer class
- Added webGet.cc example
- Documentation improvements
1.0.0-pre-1