socket issues

This commit is contained in:
2025-12-03 17:30:28 -05:00
parent 45f0271c29
commit cc6a502ff9
3 changed files with 137 additions and 27 deletions
+2
View File
@@ -36,6 +36,7 @@ namespace anm2ed
private:
socket_handle handle;
SocketRole role{};
int lastError{};
public:
Socket();
@@ -57,5 +58,6 @@ namespace anm2ed
void close();
bool is_valid() const;
int last_error() const;
};
}