pike.git
/
src
/
modules
/
_Protocols_DNS_SD
/
sd.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Protocols_DNS_SD/sd.c:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
||
$Id: sd.c,v 1.5 2008/07/18 15:17:03 bill Exp $
+
||
$Id$
*/ /* Glue for DNS Service Discovery, which is built on top of e.g. Multicast DNS (ZeroConf/Rendezvous/Bonjour). Using this API a Pike program can register a service (e.g. a web server) and have other applications on the local network detect it without additional configuration. The specification can be found at <http://www.dns-sd.org/>.