ipv6: add missing BUGS section

Change-Id: I42e83ca311b499459c4d6fa75984be3e86da6a22
Reviewed-on: https://go-review.googlesource.com/34433
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Mikio Hara
2016-12-15 07:23:17 +09:00
parent 0cc888483f
commit f483ac3632
4 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd linux netbsd openbsd windows solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows
package ipv6

View File

@@ -239,3 +239,5 @@
// In the fallback case, ExcludeSourceSpecificGroup and
// IncludeSourceSpecificGroup may return an error.
package ipv6 // import "golang.org/x/net/ipv6"
// BUG(mikio): This package is not implemented on NaCl and Plan 9.

View File

@@ -12,6 +12,11 @@ import (
"golang.org/x/net/internal/netreflect"
)
// BUG(mikio): On Windows, the JoinSourceSpecificGroup,
// LeaveSourceSpecificGroup, ExcludeSourceSpecificGroup and
// IncludeSourceSpecificGroup methods of PacketConn are not
// implemented.
// A Conn represents a network endpoint that uses IPv6 transport.
// It allows to set basic IP-level socket options such as traffic
// class and hop limit.

View File

@@ -6,6 +6,9 @@ package ipv6
import "net"
// BUG(mikio): On Windows, the ControlMessage for ReadFrom and WriteTo
// methods of PacketConn is not implemented.
// A payloadHandler represents the IPv6 datagram payload handler.
type payloadHandler struct {
net.PacketConn