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

Issue 5248055: code review 5248055: net: implement ip protocol name to number resolver for ... (Closed)

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

Description

net: implement ip protocol name to number resolver for windows Fixes issue 2215. Fixes issue 2216.

Patch Set 1 #

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

Patch Set 3 : diff -r 65d7e79f0fc7 https://go.googlecode.com/hg/ #

Total comments: 6

Patch Set 4 : diff -r 9c743824e7d6 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 4220268f4323 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -37 lines) Patch
M src/pkg/net/ipraw_test.go View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/pkg/net/iprawsock_posix.go View 1 3 chunks +4 lines, -34 lines 0 comments Download
M src/pkg/net/lookup_unix.go View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
M src/pkg/net/lookup_windows.go View 1 1 chunk +16 lines, -2 lines 0 comments Download
M src/pkg/syscall/syscall_windows.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_386.go View 1 2 chunks +16 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_amd64.go View 1 2 chunks +16 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_windows.go View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 7 months ago (2011-10-10 10:44:16 UTC) #1
dave_cheney.net
Looks good, tests pass under linux/amd64 http://codereview.appspot.com/5248055/diff/5001/src/pkg/net/iprawsock_posix.go File src/pkg/net/iprawsock_posix.go (right): http://codereview.appspot.com/5248055/diff/5001/src/pkg/net/iprawsock_posix.go#newcode220 src/pkg/net/iprawsock_posix.go:220: return "", 0, ...
12 years, 7 months ago (2011-10-10 10:54:23 UTC) #2
brainman
Hello golang-dev@googlegroups.com, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 7 months ago (2011-10-11 11:29:11 UTC) #3
brainman
Thank you for review. http://codereview.appspot.com/5248055/diff/5001/src/pkg/net/iprawsock_posix.go File src/pkg/net/iprawsock_posix.go (right): http://codereview.appspot.com/5248055/diff/5001/src/pkg/net/iprawsock_posix.go#newcode220 src/pkg/net/iprawsock_posix.go:220: return "", 0, err I ...
12 years, 7 months ago (2011-10-11 11:29:20 UTC) #4
rsc
LGTM
12 years, 7 months ago (2011-10-11 16:23:44 UTC) #5
brainman
12 years, 7 months ago (2011-10-11 23:29:29 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=f449f935da49 ***

net: implement ip protocol name to number resolver for windows

Fixes issue 2215.
Fixes issue 2216.

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

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