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

Issue 101220044: code review 101220044: net: separate DNS transport from DNS query-response int... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by mikio
Modified:
9 years, 8 months ago
Reviewers:
kevlar, gobot, axaxs
CC:
golang-codereviews, axaxs, iant, minux, kevlar
Visibility:
Public.

Description

net: separate DNS transport from DNS query-response interaction Before fixing issue 6579 this CL separates DNS transport from DNS message interaction to make it easier to add builtin DNS resolver control logic. Update issue 6579

Patch Set 1 : diff -r 30307cc8bef2 https://go.googlecode.com/hg/ #

Total comments: 4

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

Total comments: 1

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

Total comments: 4

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

Total comments: 22

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

Total comments: 6

Patch Set 6 : diff -r 163fae12c83b https://code.google.com/p/go #

Patch Set 7 : diff -r d1cf884a594f https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -94 lines) Patch
M src/pkg/net/dnsclient_unix.go View 2 chunks +155 lines, -85 lines 0 comments Download
M src/pkg/net/dnsclient_unix_test.go View 1 chunk +69 lines, -9 lines 0 comments Download

Messages

Total messages: 28
mikio
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
9 years, 10 months ago (2014-06-12 15:46:43 UTC) #1
axaxs
Also - have you run any mem benchmarks to see how this change affects? https://codereview.appspot.com/101220044/diff/40001/src/pkg/net/dnsclient_unix.go ...
9 years, 10 months ago (2014-06-13 00:18:18 UTC) #2
mikio
> Also - have you run any mem benchmarks to see how this change affects? ...
9 years, 10 months ago (2014-06-13 01:51:41 UTC) #3
axaxs
Not sure I follow udp fragmentation attack at a dns client level. If you have ...
9 years, 10 months ago (2014-06-13 04:08:18 UTC) #4
mikio
> Not sure I follow udp fragmentation attack at a dns client level. If you ...
9 years, 10 months ago (2014-06-13 04:35:40 UTC) #5
axaxs
On 2014/06/13 04:35:40, mikio wrote: > > Not sure I follow udp fragmentation attack at ...
9 years, 10 months ago (2014-06-13 05:22:11 UTC) #6
axaxs
On 2014/06/13 05:22:11, axaxs wrote: > On 2014/06/13 04:35:40, mikio wrote: > > > Not ...
9 years, 10 months ago (2014-06-13 05:24:23 UTC) #7
mikio
> I have no idea why we are collecting it really. I was going to ...
9 years, 10 months ago (2014-06-13 05:48:37 UTC) #8
axaxs
https://codereview.appspot.com/101220044/diff/80001/src/pkg/net/dnsclient_unix.go File src/pkg/net/dnsclient_unix.go (left): https://codereview.appspot.com/101220044/diff/80001/src/pkg/net/dnsclient_unix.go#oldcode83 src/pkg/net/dnsclient_unix.go:83: continue When this occurs, it's going to retry the ...
9 years, 10 months ago (2014-06-13 15:33:55 UTC) #9
axaxs
Hi Mikio, Any update? This change is shaping up nicely, would like to see it ...
9 years, 10 months ago (2014-06-20 00:49:31 UTC) #10
mikio
sorry for being late, ptal. https://codereview.appspot.com/101220044/diff/80001/src/pkg/net/dnsclient_unix.go File src/pkg/net/dnsclient_unix.go (left): https://codereview.appspot.com/101220044/diff/80001/src/pkg/net/dnsclient_unix.go#oldcode83 src/pkg/net/dnsclient_unix.go:83: continue i'm still not ...
9 years, 10 months ago (2014-06-26 02:37:41 UTC) #11
axaxs
Thanks. LGTM. Will revise and resubmit other CL once this lands. On Wed, Jun 25, ...
9 years, 10 months ago (2014-06-26 04:51:11 UTC) #12
axaxs
Just following up since this is blocking other changes. Is it waiting for more eyes? ...
9 years, 9 months ago (2014-07-10 04:59:18 UTC) #13
axaxs
Just following up since this is blocking other changes. Is it waiting for more eyes? ...
9 years, 9 months ago (2014-07-10 12:13:54 UTC) #14
mikio
On 2014/07/10 12:13:54, axaxs wrote: > Just following up since this is blocking other changes. ...
9 years, 9 months ago (2014-07-16 00:47:00 UTC) #15
gobot
R=iant@golang.org (assigned by mikioh.mikioh@gmail.com)
9 years, 9 months ago (2014-07-16 00:47:53 UTC) #16
mikio
iant?
9 years, 9 months ago (2014-07-28 04:50:33 UTC) #17
minux
On Mon, Jul 28, 2014 at 12:50 AM, <mikioh.mikioh@gmail.com> wrote: > iant? > FYI, iant ...
9 years, 9 months ago (2014-07-28 04:52:49 UTC) #18
mikio
On Mon, Jul 28, 2014 at 1:52 PM, minux <minux@golang.org> wrote: > FYI, iant is ...
9 years, 9 months ago (2014-07-28 04:57:26 UTC) #19
minux
R=golang-dev Sorry, I'm not familiar with the code. Given that rsc is also on vacation, ...
9 years, 9 months ago (2014-07-28 05:44:25 UTC) #20
kevlar
Drive-by comments. https://codereview.appspot.com/101220044/diff/120001/src/pkg/net/dnsclient_unix.go File src/pkg/net/dnsclient_unix.go (right): https://codereview.appspot.com/101220044/diff/120001/src/pkg/net/dnsclient_unix.go#newcode110 src/pkg/net/dnsclient_unix.go:110: if n < len(b) { From io.Writer: ...
9 years, 9 months ago (2014-07-28 20:44:05 UTC) #21
mikio
ptal https://codereview.appspot.com/101220044/diff/120001/src/pkg/net/dnsclient_unix.go File src/pkg/net/dnsclient_unix.go (right): https://codereview.appspot.com/101220044/diff/120001/src/pkg/net/dnsclient_unix.go#newcode110 src/pkg/net/dnsclient_unix.go:110: if n < len(b) { i don't understand ...
9 years, 8 months ago (2014-08-04 06:12:13 UTC) #22
kevlar
https://codereview.appspot.com/101220044/diff/120001/src/pkg/net/dnsclient_unix.go File src/pkg/net/dnsclient_unix.go (right): https://codereview.appspot.com/101220044/diff/120001/src/pkg/net/dnsclient_unix.go#newcode110 src/pkg/net/dnsclient_unix.go:110: if n < len(b) { > i don't understand ...
9 years, 8 months ago (2014-08-04 18:08:04 UTC) #23
mikio
https://codereview.appspot.com/101220044/diff/120001/src/pkg/net/dnsclient_unix.go File src/pkg/net/dnsclient_unix.go (right): https://codereview.appspot.com/101220044/diff/120001/src/pkg/net/dnsclient_unix.go#newcode110 src/pkg/net/dnsclient_unix.go:110: if n < len(b) { ah, got it, thanks. ...
9 years, 8 months ago (2014-08-05 12:28:31 UTC) #24
kevlar
LGTM from my perspective... not sure how much weight you want to give to me ...
9 years, 8 months ago (2014-08-05 19:45:46 UTC) #25
mikio
On Wed, Aug 6, 2014 at 4:45 AM, <kevlar@google.com> wrote: > from my perspective... not ...
9 years, 8 months ago (2014-08-06 00:57:33 UTC) #26
mikio
*** Submitted as https://code.google.com/p/go/source/detail?r=ed83901ff17e *** net: separate DNS transport from DNS query-response interaction Before fixing ...
9 years, 8 months ago (2014-08-06 00:58:58 UTC) #27
gobot
9 years, 8 months ago (2014-08-06 01:04:57 UTC) #28
Message was sent while issue was closed.
This CL appears to have broken the netbsd-386-minux builder.
See http://build.golang.org/log/c9df177ad34350f0240b81a1b0fb80bafbe7e095
Sign in to reply to this message.

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