mirror of
https://github.com/wolfpld/tracy
synced 2026-02-21 03:32:26 +00:00
Use the same port (8086) for both TCP and UDP traffic.
This commit is contained in:
@@ -283,7 +283,7 @@ int main( int argc, char** argv )
|
||||
if( !broadcastListen )
|
||||
{
|
||||
broadcastListen = new tracy::UdpListen();
|
||||
if( !broadcastListen->Listen( 8087 ) )
|
||||
if( !broadcastListen->Listen( 8086 ) )
|
||||
{
|
||||
delete broadcastListen;
|
||||
broadcastListen = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user