c++ - Create Two Way Local/Unix Socket -
is there way create 2 way local/unix socket using boost::asio
. current operating system (ubuntu) supports unix sockets can't quite figure out how create one. official boost resources don't tell me appears resource available @ time.
yes, use boost::asio::local::connect_pair()
free function. can used stream or datagram local sockets.
Comments
Post a Comment