Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-asio

How to use Zero-copy sendmsg/Receive in Boost.Asio [closed]

It takes quite a moment for socket.read_some to return after socket.close has been called, in linux

c++ linux sockets tcp boost-asio

boost::asio: Ordering of data sent to a socket

c++ boost-asio

boost coroutine and asio test build failed on linux x64 platform with gcc4.7

How do I make this HTTPS connection persistent in Beast?

How to extract address string from boost::asio::ip::tcp::socket::local_endpoint().address()

tcp boost-asio endpoint

Error while sending encrypted data with Boost::asio::async_send_to

Is it possible to use separate threads for reading and writing with Boost.Asio?

Client theoretically capable of sending multiple requests actually incapable of doing that, probably because it fails to manage async tasks correctly

Boost::asio get_io_service() alternative in boost 1.70+

c++ boost boost-asio

Boost 1.70 io_service deprecation

c++ c++11 boost boost-asio

Binding boost::asio::steady_timer::async_wait

c++ c++11 boost boost-asio

Initiate an async operation with a result

EOF with boost::asio::read

Using an analog of boost::asio::awaitable in boost::cobalt

c++ boost-asio boost-cobalt

ASIO: co_await callable to be run on a strand

Can't set TCP source Port with boost asio

Get io_context reference from a socket in Boost 1.73+ Asio

c++ boost boost-asio

Compiling standalone ASIO with Makefile on Linux

c++ c linux makefile boost-asio