-
User @touil reported (originally multiple issues in ticket #525):
**WDMKS is consuming the buffers, but there doesn't seem to be any playback.**
MME, ASIO, WASAPI do not exhibit this behavior.
…
-
```
In file included from D:\git\boost_\libs\asio\include\boost/asio/deadline_timer.hpp:26:
In file included from D:\git\boost_\libs\asio\include\boost/asio/basic_deadline_timer.hpp:27:
In file inc…
-
compiler: clang-cl from main, target=i686-windows-msvc, c++ lib = libcxx
When running [this](https://github.com/chriskohlhoff/asio/blob/master/asio/src/examples/cpp20/coroutines/refactored_echo_ser…
4e4o updated
3 months ago
-
Hi [chriskohlhoff](https://github.com/chriskohlhoff) are you the only main contributor to Asio or am I looking at the commit records wrong? I would have expected a library like Asio that has such wide…
-
I've got a use case where I would like to re-open a SSL stream after shutting it down. This is a minimal example demonstrating what I'm trying to achieve: https://gist.github.com/anarthal/1c026cfe3f39…
-
## Memory management
- [ ] `boost::http::basic_socket` should be able to receive some `parser_traits`. Such `parser_traits` should allow us to limit maximum HTTP header key and value sizes and it shou…
-
```
What steps will reproduce the problem?
1. Build the following code from the tutorial
// Attached the header and source file so you can see defines we use to build
RCF library
//
#include "../..…
-
libtorrent version (or branch): version: 1.2.6.0 ac4dd411c
platform/architecture: Linux/amd64
compiler and compiler version: gcc 9.3.0
I'm not sure whether this is qBittorrent's or libtorrent's p…
-
C++11 introduced std::threads which would allow us to use some basic multi-threading. This is especially important when using the better networking (e.g. using Boost.Asio)
However MinGW does not su…
-
Currently even if SSL is not used, the library still requires OpenSSL. Can you provide a compile-time option to disable SSL completely?