File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
// Package zeroconf is a pure Golang library that employs Multicast DNS-SD for
2
- //
3
- // browsing and resolving services in your network and
4
- // registering own services
5
- //
2
+ // browsing and resolving services in your network and registering own services
6
3
// in the local network.
7
4
//
8
5
// It basically implements aspects of the standards
9
6
// RFC 6762 (mDNS) and
10
7
// RFC 6763 (DNS-SD).
11
- // Though it does not support all requirements yet, the aim is to provide a complient solution in the long-term with the community.
8
+ // Though it does not support all requirements yet, the aim is to provide a
9
+ // complient solution in the long-term with the community.
12
10
//
13
- // By now, it should be compatible to [Avahi](http://avahi.org/) (tested) and Apple's Bonjour (untested).
14
- // ould work in the most office, home and private environments.
11
+ // By now, it should be compatible to [Avahi](http://avahi.org/) (tested) and
12
+ // Apple's Bonjour (untested). Should work in the most office, home and private
13
+ // environments.
15
14
package zeroconf
You can’t perform that action at this time.
0 commit comments