Fixed SSL and TCP Bind.

This commit is contained in:
2025-05-22 07:05:11 -07:00
parent f52afe9c92
commit fbd8464043
5 changed files with 52 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ namespace ehs
SSL();
SSL(const IP type);
SSL(const IP &type);
SSL(TCP&& tcp) noexcept;
@@ -39,6 +39,8 @@ namespace ehs
void Bind(const Str_8& address, unsigned short port) override;
void Listen() override;
SSL* Accept() override;
void Connect(const Str_8& address, const UInt_16 port) override;