Get a functional socket library
This commit is contained in:
parent
4eff89cf75
commit
b3406400aa
|
@ -48,6 +48,9 @@ client_tcp::client_tcp(char *name, int port)
|
|||
status = 3;
|
||||
return;
|
||||
}
|
||||
|
||||
// Set the status
|
||||
status = 0
|
||||
}
|
||||
|
||||
client_tcp::~client_tcp()
|
||||
|
|
Loading…
Reference in New Issue