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.
有没有办法使用boost::asio. 我当前的操作系统(Ubuntu)支持 Unix 套接字,但我不太清楚如何创建一个。官方的提升资源并没有告诉我太多,但它似乎是当时唯一可用的资源。
boost::asio
是的,使用boost::asio::local::connect_pair()免费功能。它可以与流或数据报本地套接字一起使用。
boost::asio::local::connect_pair()