fix: finnaly working!

This commit is contained in:
AfonsoCMSousa
2026-01-07 22:40:22 +00:00
parent ba606c8619
commit ff07d6dcdf
3 changed files with 19 additions and 16 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ using namespace std;
class Socket {
private:
// Socket file descriptor
int sock;
int sock_server;
int sock_unix;
struct sockaddr_in server_addr;
struct sockaddr_un server_addr_unix;