OSDN Git Service

Add support for custom TXT records
authorChristopher Lane <lanechr@google.com>
Wed, 26 Feb 2014 03:08:58 +0000 (19:08 -0800)
committerChristopher Lane <lanechr@google.com>
Mon, 3 Mar 2014 20:40:29 +0000 (12:40 -0800)
commitc0bc14a3c2f0efe1f368f2120de38e99ccb6d9f0
tree8f078072e8537c49d53dd64a25e9d782cb969570
parent19d494543311f5a51983f82d2a1605461e2a4beb
Add support for custom TXT records

This isn't supported higher up in the stack yet, so use command line to test.
E.g. "ndc mdns mdnssd register 4 Kitten _kitten._tcp 4242 sound=meow color=pink"

Change-Id: I261c17465ae677f91a289077b6e363a149c94c3e
MDnsSdListener.cpp