Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-asio

How to read trailer headers in boost::beast::http

[boost.asio]closing tcp::socket or tcp::acceptor in different thread from the I/O thread

c++ boost boost-asio

Prevent boost::asio::io_context stopping on empty poll call

c++ boost boost-asio

boost::asio::async_write and buffers over 65536 bytes

c++ boost boost-asio

Boost 1.74.0 Asio Executor Migration Issues

c++ boost boost-asio

How to use boost::asio to abstract file descriptors?

c++ linux boost boost-asio

Can ASIO timer `cancel()` call a spurious "success"?

timer boost-asio

how spawn and post works with asio?

boost-asio

reading and processing packets in parallel using boost asio

Why does >16KB payload size result in huge decrease in throughput (TCP + TLS)?

Is my code causing deadlock ? I'm not sure. Could someone confirm or disconfirm?

Variable-size buffer for receiving UDP packets

c++ boost udp buffer boost-asio

In the context of boost::asio, what is the metaphor behind the term "strand"?

boost-asio

Verbosity in boost asio using ssl

c++ ssl boost-asio verbosity

When must you pass io_context to boost::asio::spawn? (C++)

Inline ntohs() / ntohl() in C++ / Boost ASIO

Multithreaded server with boost.Asio [closed]

Verify certificate in android by boost failed