0

can you recommend me a good c++ library(or implementation) for udp socket (multicast) and tcp working on unix / windows system? tnx

1
  • @Erik: That looks like a good answer to me. Commented Mar 29, 2011 at 14:09

2 Answers 2

4

Boost.Asio

Description

Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial ports, file descriptors and Windows HANDLEs.

Sign up to request clarification or add additional context in comments.

1 Comment

i have use one multicast socket for to send packets and some tcp socket. use a library as asio is good? i think to something most light..
1

There is also the Adaptive Communication Environment. This SO question asks about the pros and cons of three different C++ networking libraries.

If you already depend on Boost, you might as well stick with boost::asio. ACE is quite a large library.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.