Make Mojo's NetAddress use local endianness for the port.

Previously the port was specified in network byte order, but this is both unnecessary and doesn't make sense for some languages. This patch changes the port number to just be a regular number on the local machine.

Review URL: https://codereview.chromium.org/645423003

Cr-Commit-Position: refs/heads/master@{#299728}


CrOS-Libchrome-Original-Commit: cb1bb110c6b8223b50cce07e43204149e4f92219
3 files changed
tree: 441635efd1e0b5bc65b4a4080299ddacdd059744
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/