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

Issue 10319043: code review 10319043: go.net/ipv4: make use of net.PacketConn embedding (Closed)

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

Description

go.net/ipv4: make use of net.PacketConn embedding

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -31 lines) Patch
M ipv4/endpoint.go View 1 2 7 chunks +14 lines, -14 lines 0 comments Download
M ipv4/helper_plan9.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M ipv4/helper_unix.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M ipv4/helper_windows.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M ipv4/payload.go View 1 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 5
mikio
Hello dave@cheney.net (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net
11 years, 9 months ago (2013-06-16 07:36:40 UTC) #1
dave_cheney.net
Very nice. Please add a test to ensure we don't break the contract var _ ...
11 years, 9 months ago (2013-06-16 07:40:24 UTC) #2
mikio
> var _ net.PacketConn = &PacketConn{} // should do var _ net.PacketConn = &dgramOpt{} ? ...
11 years, 9 months ago (2013-06-16 07:49:04 UTC) #3
dave_cheney.net
LGTM. Very nice.
11 years, 9 months ago (2013-06-16 12:21:11 UTC) #4
mikio
11 years, 9 months ago (2013-06-16 15:37:27 UTC) #5
*** Submitted as
https://code.google.com/p/go/source/detail?r=5a65a7af55c6&repo=net ***

go.net/ipv4: make use of net.PacketConn embedding

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

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