add tcp support
All checks were successful
Linux arm64 / Build (push) Successful in 58s

This commit is contained in:
2025-03-02 11:31:07 +01:00
parent efcfae69db
commit 4b2e4ca132
10 changed files with 489 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ class DataBuffer {
typedef Data::difference_type difference_type;
DataBuffer();
DataBuffer(std::size_t a_InitialSize);
DataBuffer(const DataBuffer& other);
DataBuffer(const DataBuffer& other, difference_type offset);
DataBuffer(DataBuffer&& other);