wsamanager 분리

This commit is contained in:
2025-04-26 17:21:54 +09:00
parent 81d912cc5e
commit 1418cf6880
5 changed files with 28 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ namespace Chattr {
class Socket {
public:
Socket();
Socket() = default;
Socket(int domain, int type, int protocol);
~Socket();