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

Issue 4815074: code review 4815074: net: join and leave a IPv6 group address, on a specific... (Closed)

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

Description

net: join and leave a IPv6 group address, on a specific interface This CL changes both JoinGroup and LeaveGroup methods to take an interface as an argument for enabling IPv6 group address join/leave, join a group address on a specific interface.

Patch Set 1 : diff -r 5e1786622fa6 https://go.googlecode.com/hg/ #

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

Patch Set 3 : diff -r 56ec78826237 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 40194af9cb12 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 48ec728c62b0 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 54c2e316f8a4 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 5fa083fa94b9 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 508513bbf607 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -80 lines) Patch
M src/cmd/gofix/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/cmd/gofix/netudpgroup.go View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download
A src/cmd/gofix/netudpgroup_test.go View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
M src/pkg/net/multicast_test.go View 1 2 2 chunks +67 lines, -49 lines 0 comments Download
M src/pkg/net/udpsock_plan9.go View 1 2 3 4 5 6 7 1 chunk +6 lines, -5 lines 0 comments Download
M src/pkg/net/udpsock_posix.go View 1 2 3 4 5 6 2 chunks +78 lines, -26 lines 0 comments Download

Messages

Total messages: 13
mikio
Hello rsc@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-07-31 17:57:14 UTC) #1
mikio
And this CL requires CL 4808062. On 2011/07/31 17:57:14, mikioh wrote: > Hello mailto:rsc@golang.org, mailto:dave@cheney.net ...
13 years, 7 months ago (2011-07-31 17:59:00 UTC) #2
mikio
Hello rsc@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2011-08-01 04:34:58 UTC) #3
dave_cheney.net
Hi Mikioh, This doesn't appear to work with +tip, should I apply any other patches ...
13 years, 7 months ago (2011-08-03 11:08:27 UTC) #4
mikio
Hi, On Wed, Aug 3, 2011 at 8:08 PM, <dave@cheney.net> wrote: > This doesn't appear ...
13 years, 7 months ago (2011-08-03 11:43:20 UTC) #5
mikio
Hello rsc@golang.org, dave@cheney.net, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2011-08-08 03:29:59 UTC) #6
mikio
Hello rsc@golang.org, dave@cheney.net, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2011-08-09 00:46:58 UTC) #7
rsc
LGTM Is there any merit in using an IP address instead of an *Interface, as ...
13 years, 7 months ago (2011-08-16 20:09:21 UTC) #8
mikio
On Wed, Aug 17, 2011 at 5:09 AM, <rsc@golang.org> wrote: > Is there any merit ...
13 years, 7 months ago (2011-08-17 02:56:16 UTC) #9
rsc
LGTM please hg sync + hg mail
13 years, 7 months ago (2011-08-17 17:29:45 UTC) #10
mikio
Hello rsc@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2011-08-17 21:51:55 UTC) #11
mikio
Hello rsc@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2011-08-18 06:40:48 UTC) #12
rsc
13 years, 7 months ago (2011-08-18 16:22:10 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=ca489fa6a75e ***

net: join and leave a IPv6 group address, on a specific interface

This CL changes both JoinGroup and LeaveGroup methods
to take an interface as an argument for enabling IPv6
group address join/leave, join a group address on a
specific interface.

R=rsc, dave
CC=golang-dev
http://codereview.appspot.com/4815074

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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