1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Allow issuing blocking connect calls on sockets.

This commit is contained in:
Bartosz Taudul
2020-09-10 20:56:24 +02:00
parent 81dc6c216e
commit 72ce3ccf15
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ public:
~Socket();
bool Connect( const char* addr, int port );
bool ConnectBlocking( const char* addr, int port );
void Close();
int Send( const void* buf, int len );