]> Cypherpunks repositories - gostls13.git/commit
Added a method on UDPConn so they can actually send broadcast packets.
authorJonathan Wills <runningwild@gmail.com>
Mon, 30 Nov 2009 20:03:55 +0000 (12:03 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 30 Nov 2009 20:03:55 +0000 (12:03 -0800)
commit229807c8c3698c225a3fbcf594a40054e01c7758
tree90bbcd35fe54ac2619980eb6ea3cf9b96f9ba098
parenta85c258e670ced67412cc1b2b314ff28f5607f26
Added a method on UDPConn so they can actually send broadcast packets.

R=rsc
https://golang.org/cl/162046
src/pkg/net/udpsock.go