...

Text file src/github.com/mdlayher/arp/README.md

Documentation: github.com/mdlayher/arp

     1arp [![Build Status](https://travis-ci.org/mdlayher/arp.svg?branch=master)](https://travis-ci.org/mdlayher/arp) [![GoDoc](https://godoc.org/github.com/mdlayher/arp?status.svg)](https://godoc.org/github.com/mdlayher/arp) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/arp)](https://goreportcard.com/report/github.com/mdlayher/arp)
     2===
     3
     4Package `arp` implements the ARP protocol, as described in RFC 826.
     5MIT Licensed.
     6
     7Portions of this code are taken from the Go standard library.  The Go
     8standard library is Copyright (c) 2012 The Go Authors. All rights reserved.
     9The Go license can be found at https://golang.org/LICENSE.

View as plain text