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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -