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

Allow specifying network port in server.

This commit is contained in:
Bartosz Taudul
2019-09-21 15:43:01 +02:00
parent fb63dd89bc
commit 82cd667b30
10 changed files with 58 additions and 23 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public:
Socket( int sock );
~Socket();
bool Connect( const char* addr, const char* port );
bool Connect( const char* addr, int port );
void Close();
int Send( const void* buf, int len );