Make it more resilient to local network configuration
ClosedPublic

Authored by ervin on Apr 1 2016, 2:50 PM.

Details

Summary

"localhost" as a string might not work as you expect depending on the
ipv6 settings and /etc/hosts. So let's use QHostAddress which is more
reliable.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin updated this revision to Diff 3059.Apr 1 2016, 2:50 PM
ervin retitled this revision from to Make it more resilient to local network configuration.
ervin updated this object.
ervin edited the test plan for this revision. (Show Details)
ervin added reviewers: franckarrecot, dfaure, bensi.
bensi accepted this revision.Apr 1 2016, 3:00 PM
bensi edited edge metadata.
This revision is now accepted and ready to land.Apr 1 2016, 3:00 PM
franckarrecot accepted this revision.Apr 1 2016, 3:36 PM
franckarrecot edited edge metadata.

fix

This revision was automatically updated to reflect the committed changes.