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

Don't hardcode broadcast port.

This commit is contained in:
Bartosz Taudul
2019-06-17 18:37:34 +02:00
parent 1b3b3a94a2
commit de058d2a0d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public:
bool Open( const char* addr, const char* port );
void Close();
int Send( const void* data, int len );
int Send( int port, const void* data, int len );
UdpBroadcast( const UdpBroadcast& ) = delete;
UdpBroadcast( UdpBroadcast&& ) = delete;