SSLStream (WIP)

This commit is contained in:
2024-08-21 09:35:49 +02:00
parent 0acadf994d
commit f761f2fb07
9 changed files with 406 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ struct ReadOptions
{
bool partial : 1 = false;
bool peek : 1 = false;
bool noBlock : 1 = false;
};
struct StreamFeatures