Results 16 comments of zhllxt

你说算法,那谈不上,我只是个做应用开发的,搞不了算法。 udp组播就是在创建udp socket之后,多了几个步骤。在这个asio2异步框架里,我没写组播相关的示例代码。 你可以参考一下我这个协程版的:[https://github.com/zhllxt/asio3/blob/main/example/udp/cast/udp_cast.cpp](https://github.com/zhllxt/asio3/blob/main/example/udp/cast/udp_cast.cpp)

从我简单的了解上看,kcp应该是不支持组播。 你可以去kcp的issue里问问看

Try remove the "stdc++fs" from CMakeLists.txt ![QQ20240810-154740](https://github.com/user-attachments/assets/fa77fdec-1d2e-4775-a31b-5d291be561ff)

You may need to compile openssl under FreeBSD by yourself

可以,我自己项目用的就是。

这个框架不再添加新功能了。 我建议你用协程写,直接自己写,很简单,没多少代码。