commit | 438a3d519da080ff35e364b0922a7310ec7f99cc | [log] [tgz] |
---|---|---|
author | Jungho Ahn <jhahn@google.com> | Thu Oct 01 15:46:08 2015 -0700 |
committer | Jungho Ahn <jhahn@google.com> | Thu Oct 01 15:46:08 2015 -0700 |
tree | dec0920b4a8cdac9adf7a111d2bb9d734accf5a5 | |
parent | f1ca049530490de2aa59bfd3d925d915042397ce [diff] |
discovery: support large attributes in mdns Each txt record in mDNS is limited to 255 bytes. This CL support large attributes than this limit by splitting the attribute into multiple txt records. But the total txt records size is still limited to 1300 bytes by the underlying mdns package. Also add an optional InstanceName attribute to service. MultiPart: 2/2 Change-Id: I9d67c006f73d989aadea6022e73ad8acc93dd693
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.