Rename mdns_hostname variable to the umdns_host_label
authorRafał Miłecki <rafal@milecki.pl>
Wed, 10 May 2017 10:47:32 +0000 (12:47 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 12 May 2017 08:35:45 +0000 (10:35 +0200)
commit64f78f19c005f62395c3328764403e7f2637d434
treec69bdac31e95342589769e058ade0fb33198b757
parent480d7bc74eba20c03875aa06c1c25dbdb98e0b12
Rename mdns_hostname variable to the umdns_host_label

In the whole RFC 6762 document "host name" means a fully qualified
domain name. The value we store in this variable is just a first label
of the name so rename it properly to make the code just a bit easier to
follow.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
dns.c
service.c
util.c
util.h