mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Use 127.0.0.1 instead of localhost in capture.
This is to keep the default address uniform between tools. There was a case where localhost wasn't resolving properly and a connection couldn't be established.
This commit is contained in:
parent
751692eedd
commit
9f00bde629
@ -45,7 +45,7 @@ int main( int argc, char** argv )
|
||||
#endif
|
||||
|
||||
bool overwrite = false;
|
||||
const char* address = "localhost";
|
||||
const char* address = "127.0.0.1";
|
||||
const char* output = nullptr;
|
||||
int port = 8086;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user