File: doc.go

package info (click to toggle)
golang-github-insomniacslk-dhcp 0.0~git20200621.d74cd86-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,132 kB
  • sloc: makefile: 9
file content (10 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
/*
The BSDP package implements Apple's Boot Service Discovery Protocol (a
pxe-boot-like netboot protocol for booting macOS hardware from
network-connected servers).

The Canonical implementation is defined here:
http://opensource.apple.com/source/bootp/bootp-198.1/Documentation/BSDP.doc
*/

package bsdp