Commit d99d2dcd authored by Mikio Hara's avatar Mikio Hara

go.net/ipv6: remove RawConn reference from package documentation

This package doesn't have RawConn type.

R=dave
CC=golang-dev
https://golang.org/cl/10042043
parent d3a1ea6a
......@@ -135,10 +135,10 @@
//
// More multicasting
//
// An application that uses PacketConn or RawConn might join the
// multiple group addresses. For example, a UDP listener with port
// 1024 might join two different groups across over two different
// network interfaces by using:
// An application that uses PacketConn may join multiple group
// addresses. For example, a UDP listener with port 1024 might join
// two different groups across over two different network interfaces
// by using:
//
// c, err := net.ListenPacket("udp6", "[::]:1024")
// if err != nil {
......
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