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

Issue 13241046: code review 13241046: net: add addrList (Closed)

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

Description

net: add addrList This CL adds a new type addrList that will carry a short list of IP addresses to dial helper functions in the upcoming CLs. This is in preparation for TCP connection setup with fast failover on dual IP stack node as described in RFC 6555. Update issue 3610 Update issue 5267

Patch Set 1 : diff -r 87e254f60143 https://code.google.com/p/go #

Patch Set 2 : diff -r 87e254f60143 https://code.google.com/p/go #

Patch Set 3 : diff -r 538f0ff769dd https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M src/pkg/net/ipsock.go View 1 chunk +18 lines, -0 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://code.google.com/p/go
10 years, 7 months ago (2013-08-30 00:15:04 UTC) #1
bradfitz
LGTM On Thu, Aug 29, 2013 at 5:15 PM, <mikioh.mikioh@gmail.com> wrote: > Reviewers: golang-dev1, > ...
10 years, 7 months ago (2013-08-30 00:26:25 UTC) #2
mikio
10 years, 7 months ago (2013-08-30 00:28:33 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=6939fe74ea98 ***

net: add addrList

This CL adds a new type addrList that will carry a short list of IP
addresses to dial helper functions in the upcoming CLs.

This is in preparation for TCP connection setup with fast failover on
dual IP stack node as described in RFC 6555.

Update issue 3610
Update issue 5267

R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/13241046
Sign in to reply to this message.

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