]> Cypherpunks repositories - gostls13.git/commit
net: add multicast UDP support for plan9
authorChris McGee <sirnewton_01@yahoo.ca>
Thu, 29 Sep 2016 01:31:52 +0000 (21:31 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 27 Oct 2016 02:15:51 +0000 (02:15 +0000)
commite4820bcfed75cdc4cab2181e0f0ab21c282cec65
tree6b1e1db033649e604e5da7685d2621e29caea2b4
parenta7c84668c83c246c142fb4a25a2a6fd52ba0d540
net: add multicast UDP support for plan9

The new implementation adds listening support on a multicast
address with plan9 network interfaces.

Fixes #17218

Change-Id: I2c75515e72e120acb71610cd077fddfbf9cf4e29
Reviewed-on: https://go-review.googlesource.com/29964
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/udpsock.go
src/net/udpsock_plan9.go
src/net/udpsock_plan9_test.go [new file with mode: 0644]