Commit 468bac87 authored by Mikio Hara's avatar Mikio Hara

icmp: add missing BUGS section

Change-Id: If9192dabf9b5cf0d7fefb36dd6d1c1cd8966348a
Reviewed-on: https://go-review.googlesource.com/34434Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent f483ac36
......@@ -24,6 +24,8 @@ import (
"golang.org/x/net/ipv6"
)
// BUG(mikio): This package is not implemented on NaCl and Plan 9.
var (
errMessageTooShort = errors.New("message too short")
errHeaderTooShort = errors.New("header too short")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment