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

@@ -78,7 +78,7 @@ public:
void close() noexcept;
[[nodiscard]] bool isOpen() const noexcept { return handle_ != INVALID_SOCKET_HANDLE; }
private:
void setAsync(bool async);
void setNoblock(bool async);
friend class TCPServerSocket;
};