Get a functional socket library

This commit is contained in:
jsrobson10 2019-03-20 14:27:57 +11:00
parent 4eff89cf75
commit b3406400aa
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ client_tcp::client_tcp(char *name, int port)
status = 3; status = 3;
return; return;
} }
// Set the status
status = 0
} }
client_tcp::~client_tcp() client_tcp::~client_tcp()