Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一种方法来计算当前由我编写的程序创建的所有打开的套接字。c++ 中有一个简单的方法来处理这个问题吗?
我需要类似的东西:您的程序当前正在使用 xxx 套接字。
这个程序的问题是,它打开了一个 modbus 连接(libmodbus-3.0.5),如果没有连接和/或使用后,我不知道我的代码是否正常工作并正确关闭套接字。
由于程序将在其上运行的嵌入式(基于 linux)系统的限制,没有办法使用类似 boost 的东西。
提前致谢
罗博