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

Issue 6854129: code review 6854129: net: allow "" as a hint wildcard to Resolve{IP,UDP,TCP}Addr (Closed)

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

Description

net: allow "" as a hint wildcard to Resolve{IP,UDP,TCP}Addr Also fixes comments on ResolveIPAddr. Fixes issue 4476.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -2 lines) Patch
M src/pkg/net/ipraw_test.go View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/net/iprawsock.go View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/net/tcp_test.go View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/net/tcpsock.go View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/net/udp_test.go View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/net/udpsock.go View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4
mikio
Hello bradfitz@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 8 months ago (2012-12-01 03:13:42 UTC) #1
mikio
Hello bradfitz@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 8 months ago (2012-12-01 03:27:19 UTC) #2
bradfitz
LGTM Thanks for the comments... that's what I was going to ask for on the ...
12 years, 8 months ago (2012-12-01 05:16:33 UTC) #3
mikio
12 years, 8 months ago (2012-12-01 05:50:06 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=027d52134c62 ***

net: allow "" as a hint wildcard to Resolve{IP,UDP,TCP}Addr

Also fixes comments on ResolveIPAddr.

Fixes issue 4476.

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

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