File: doc.go

package info (click to toggle)
golang-github-mdlayher-ndp 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 244 kB
  • sloc: makefile: 3
file content (5 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
// Package ndp implements the Neighbor Discovery Protocol, as described in
// RFC 4861.
package ndp

//go:generate stringer -type=Preference -output=string.go