Good Cross platform low level networking interface

does anyone know of a good c++ lib for low level networking like sockets and stuff. i would like it to be cross platform so stuff like winsock and the unix headers wont work
This one is cross platform and supported in C and C++ and supports low-level socket work with TCP and UDP:
http://lacewing-project.org/

I would also agree with Cubbi's suggestion below:
Last edited on
boost.asio is the near-standard C++ library for these things: http://www.boost.org/doc/libs/release/doc/html/boost_asio.html
Topic archived. No new replies allowed.