tqchen commented on pull request #7766: URL: https://github.com/apache/tvm/pull/7766#issuecomment-809713849
0.0.0.0 maps to all possible address on linux. While 127.0.0.1 is equivalent as localhost. Say the IP of the node is 192.168.0.3, then we either need to set the host to be `192.168.0.3` or `0.0.0.0` on linux(which binds to both 127.0.0.1 and 192.168.0.3). This is useful under a case of dynamic DNS where server can report to tracker but cannot hardcode a IP(the same command would work for multiple cases). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org