Merge remote-tracking branch 'origin/NetChannels' into NetChannels

# Conflicts:
#	src/io/socket/SSL.cpp
This commit is contained in:
2025-05-22 23:56:22 -07:00
8 changed files with 40 additions and 9 deletions

View File

@@ -406,6 +406,10 @@ namespace ehs
return result;
}
void TCP::SetReuse(const bool &value)
{
}
bool TCP::IsValid() const
{
return hdl != EHS_INVALID_SOCKET;