diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-01 17:11:15 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-01 17:11:15 +0200 |
commit | b2d802af5cb449f11664a21e5f6b6dc02584e295 (patch) | |
tree | 4dd4b98bcd6a540b477ad2738b45b31deccf17a9 /modules/io_codec/c++ | |
parent | 8ecfef96af8b4eb80f4620293e8c39af231399ac (diff) |
wip
Diffstat (limited to 'modules/io_codec/c++')
-rw-r--r-- | modules/io_codec/c++/io_peer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/io_codec/c++/io_peer.hpp b/modules/io_codec/c++/io_peer.hpp index 613f60e..9381754 100644 --- a/modules/io_codec/c++/io_peer.hpp +++ b/modules/io_codec/c++/io_peer.hpp @@ -9,7 +9,7 @@ namespace saw { template <typename Incoming, typename Outgoing, typename TransportEncoding, typename ContentEncoding, - typename BufferT = ring_buffer> + typename BufferT = chain_array_buffer> class streaming_io_peer { private: static_assert(not std::is_same_v<ContentEncoding, encode::Native>, "The native encoding by definition is not fit for transport."); |