third_part/mdns: do not announce host addresses when port is zero

  Vanadium discovery is using only TXT records which include the
  vanadium object names and so it doesn't need to announce host
  addresses separately. So in order to save mDNS packet space,
  this CL makes mDNS to not announce host addresses when the port
  of the announced service is zero.

Change-Id: I031c54c033df58df5b21390b5a546d219e3d1e16
2 files changed
tree: f5eca93f0b5fc969916cb55c77016deef253365b
  1. csrc/
  2. go/
  3. java/
  4. nacl_sdk/
  5. .gitignore
  6. README.md
README.md

This repository contains three kinds of code used in the Vanadium project:

  1. code which originated outside of Google
  2. code which Google has released as open source
  3. Vanadium code which is derived from code that originated outside of Google, and is therefore still subject to that original code's third-party license

Most of the code under third-party is open source, though some packages have restrictive commercial licenses.

Because of Go language conventions, Go packages are found under third_party/go/src/.