Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2533)

Issue 6822108: code review 6822108: net: make LocalAddr on multicast UDPConn return a liste... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by mikio
Modified:
11 years, 5 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

net: make LocalAddr on multicast UDPConn return a listening address The package go.net/ipv4 allows to exist a single UDP listener that join multiple different group addresses. That means that LocalAddr on multicast UDPConn returns a first joined group address is not desirable.

Patch Set 1 : diff -r 422c00e8e022 https://go.googlecode.com/hg/ #

Patch Set 2 : diff -r d465db6441bc https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -14 lines) Patch
M src/pkg/net/multicast_posix_test.go View 1 1 chunk +18 lines, -5 lines 0 comments Download
M src/pkg/net/sock_posix.go View 2 chunks +10 lines, -9 lines 0 comments Download

Messages

Total messages: 3
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 5 months ago (2012-11-12 00:47:03 UTC) #1
rsc
LGTM
11 years, 5 months ago (2012-11-12 20:53:02 UTC) #2
mikio
11 years, 5 months ago (2012-11-13 03:27:47 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=0b46d6fe2f1c ***

net: make LocalAddr on multicast UDPConn return a listening address

The package go.net/ipv4 allows to exist a single UDP listener
that join multiple different group addresses. That means that
LocalAddr on multicast UDPConn returns a first joined group
address is not desirable.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/6822108
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b