Could someone point me to the source code for an ideally multi-threaded C++ TFTP application. Even better if it's written using boost asio.
Just wanting to get an idea of how to structure a multi-threaded c++ network app with UDP rather than TCP.
I'll choose the answer based on how readable the code is and being in C++.