commit | 2f63afdc7afbf0af957f4dd5f60279711602b53c | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Wed Feb 01 01:53:26 2012 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Wed Feb 01 01:53:26 2012 +0900 |
tree | 9bddbbf300a5dc4503db6dd4939c57ae4b81cbec | |
parent | c86e03975ce6fd0fcf7dcf35e8110057234170ab [diff] |
net: ListenMulticastUDP to listen concurrently across multiple listeners This CL introduces new function ListenMulticastUDP to fix multicast UDP listening across multiple listeners issue, to replace old multicast methods JoinGroup and LeaveGroup on UDPConn. This CL also enables multicast testing by default. Fixes #2730. R=rsc, paul.a.lalonde, fullung, devon.odell CC=golang-dev https://golang.org/cl/5562048