0

I am writing an application that receives packets from 2+ UDP ports. I could have my application recv (boost) on two separate threads (STL). I understand the mechanics from a theoretical point of view of multiplexing this process. I could resort to select and poll from the UNIX standard, but I would like to see if there are any modern C++ tools in boost or STL for me to solve this?

0 Answers0