TFTP源代码示例
有人可以向我指出理想的多线程 C++ TFTP 应用程序的源代码吗?如果使用 boost asio 编写就更好了。
只是想了解如何使用 UDP 而不是 TCP 构建多线程 C++ 网络应用程序。
我将根据代码的可读性和 C++ 语言来选择答案。
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++.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
开放 TFTP 服务器 不是纯粹的 C++,而是 C 和 C++ 的组合
Open TFTP Server Not purely C++ but a combination of C and C++
这里有一个使用 Asio 的项目列表:谁在使用 Asio
There's a list of projects using Asio here: who is using Asio