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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user