rkimball opened a new pull request #7766:
URL: https://github.com/apache/tvm/pull/7766


   Also change references to 127.0.0.1 to localhost so that all references are 
consistent.
   
   On Windows default 0.0.0.0 is not mapped to 127.0.0.1 as it is on Linux and 
it should not be. 0.0.0.0 is used for an undefined address, not localhost.
   
   https://en.wikipedia.org/wiki/0.0.0.0
   
   While 0.0.0.0 can be the same as 127.0.0.1 on 'servers' it is not true on 
client computers. This PR should make things work better on Windows, but does 
not address all Windows networking issues.
   
   


-- 
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:
[email protected]


Reply via email to