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