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

Issue 7304091: code review 7304091: go.net/ipv4: fix sprious lookahead on IPConn-based Pack... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by mikio
Modified:
12 years, 1 month ago
Reviewers:
CC:
golang-dev, dave_cheney.net
Visibility:
Public.

Description

go.net/ipv4: fix sprious lookahead on IPConn-based PacketConn Also improves test coverage for both payload and datagram I/O.

Patch Set 1 #

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

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

Total comments: 15

Patch Set 4 : diff -r 12cbee8e4916 https://code.google.com/p/go.net #

Patch Set 5 : diff -r 12cbee8e4916 https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -137 lines) Patch
M ipv4/header_test.go View 1 2 3 2 chunks +17 lines, -21 lines 0 comments Download
M ipv4/mockicmp_test.go View 1 2 3 1 chunk +100 lines, -26 lines 0 comments Download
M ipv4/mocktransponder_test.go View 1 2 3 3 chunks +57 lines, -66 lines 0 comments Download
M ipv4/multicast_test.go View 1 2 3 3 chunks +55 lines, -7 lines 0 comments Download
M ipv4/multicastlistener_test.go View 1 5 chunks +5 lines, -5 lines 0 comments Download
M ipv4/payload.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ipv4/unicast_test.go View 1 3 chunks +55 lines, -10 lines 0 comments Download

Messages

Total messages: 7
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.net
12 years, 1 month ago (2013-02-13 10:31:08 UTC) #1
dave_cheney.net
Strangely coverage is unaffected by this change, maybe those paths are already covered.
12 years, 1 month ago (2013-02-15 07:27:27 UTC) #2
dave_cheney.net
LGTM. Some minor style comments if you feel like addressing them. I think this is ...
12 years, 1 month ago (2013-02-15 07:50:30 UTC) #3
mikio
PTAL https://codereview.appspot.com/7304091/diff/2007/ipv4/mockicmp_test.go File ipv4/mockicmp_test.go (right): https://codereview.appspot.com/7304091/diff/2007/ipv4/mockicmp_test.go#newcode40 ipv4/mockicmp_test.go:40: return nil, syscall.EINVAL On 2013/02/15 07:50:30, dfc wrote: ...
12 years, 1 month ago (2013-02-16 03:20:32 UTC) #4
dave_cheney.net
LGTM. Thank you. Please ignore my earlier comments about code coverage, something may have gone ...
12 years, 1 month ago (2013-02-16 03:53:58 UTC) #5
mikio
Thank you for your review. On Sat, Feb 16, 2013 at 12:53 PM, <dave@cheney.net> wrote: ...
12 years, 1 month ago (2013-02-16 04:01:11 UTC) #6
mikio
12 years, 1 month ago (2013-02-16 04:02:13 UTC) #7
*** Submitted as
https://code.google.com/p/go/source/detail?r=abbc312fc38d&repo=net ***

go.net/ipv4: fix sprious lookahead on IPConn-based PacketConn

Also improves test coverage for both payload and datagram I/O.

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

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