Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-asio

TCP Zero copy using boost

c++ boost tcp boost-asio

Is calling asio io_service poll() or poll_one() in a nested or recursive fashion (ie. within a handler) valid?

c++ boost-asio

Asio end socket functions: cancel, shutdown, close, release

c++ boost-asio

What exacty is io_context?

c++ boost boost-asio

Example of dynamic thread pool in boost::asio

using boost:asio with select? blocking on TCP input OR file update

c++ boost boost-asio

boost asio - SSL async_read and async_write from one thread

c++ boost ssl openssl boost-asio

boost:asio. Download image file from server

c++ boost-asio

Does boost::asio support websockets?

Alternative to deprecated get_io_service()

boost-asio

C++, boost asio, receive null terminated string

boost::asio - Clarification on binding to a specific network interface

sockets boost-asio

How to cancel asynchronous read/write without closing the socket?

c++ boost-asio

how to handle control-c in a boost tcp/udp server

c++ boost-asio boost-thread

remote_endpoint: Transport endpoint is not connected

c++ linux boost-asio

Yielding in Boost.Asio Stackful Coroutine

How to design proper release of a boost::asio socket or wrapper thereof

c++ tcp boost-asio

Can I use a stackful coroutine as the wait handler of a steady_timer which is defined inside the very stackful coroutine?

c++ boost boost-asio

Boost Asio: Some questions about the tutorial (A synchronous daytime server/client)

c++ boost boost-asio

Avoid socket inheritance when starting Linux service from C++ application