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

Issue 149510043: code review 149510043: net: disable SIO_UDP_CONNRESET behavior on windows.

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by h2so5
Modified:
9 years, 6 months ago
Reviewers:
gobot, brainman
CC:
golang-codereviews, bradfitz, mikio, in60jp_gmail.com, iant
Visibility:
Public.

Description

net: disable SIO_UDP_CONNRESET behavior on windows. Fixes issue 5834.

Patch Set 1 #

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

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

Total comments: 9

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

Total comments: 3

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -0 lines) Patch
M src/net/fd_windows.go View 1 1 chunk +12 lines, -0 lines 0 comments Download
M src/net/udp_test.go View 1 2 3 4 5 2 chunks +36 lines, -0 lines 0 comments Download
M src/syscall/ztypes_windows.go View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 24
h2so5
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 6 months ago (2014-10-05 06:42:18 UTC) #1
bradfitz
R=brainman Btw, you can't just modify ztypes_windows.go by hand. It's auto-generated. Also, the syscall package ...
9 years, 6 months ago (2014-10-05 21:26:07 UTC) #2
brainman
On 2014/10/05 21:26:07, bradfitz wrote: > > ... you can't just modify ztypes_windows.go by hand. ...
9 years, 6 months ago (2014-10-05 22:24:08 UTC) #3
brainman
LGTM Thank you very much for taking care of this. R=mikio It would be nice ...
9 years, 6 months ago (2014-10-07 00:02:52 UTC) #4
mikio
i'm not keen on breaking syscall freeze. https://codereview.appspot.com/149510043/diff/40001/src/net/udp_test.go File src/net/udp_test.go (right): https://codereview.appspot.com/149510043/diff/40001/src/net/udp_test.go#newcode260 src/net/udp_test.go:260: func TestUDPReadFrom(t ...
9 years, 6 months ago (2014-10-07 22:23:52 UTC) #5
brainman
On 2014/10/07 22:23:52, mikio wrote: > i'm not keen on breaking syscall freeze. Lets leave ...
9 years, 6 months ago (2014-10-07 22:43:51 UTC) #6
h2so5
Hello golang-codereviews@googlegroups.com, bradfitz@golang.org, alex.brainman@gmail.com, mikioh.mikioh@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 6 months ago (2014-10-07 23:50:46 UTC) #7
brainman
h2so5, Did you sign license agreements? Alex
9 years, 6 months ago (2014-10-08 11:04:36 UTC) #8
in60jp_gmail.com
On Wednesday, October 8, 2014 8:04:37 PM UTC+9, brainman wrote: > h2so5, > > > ...
9 years, 6 months ago (2014-10-08 11:12:59 UTC) #9
brainman
On 2014/10/08 11:12:59, in60jp_gmail.com wrote: > I signed it electronically yesterday, Thank you. > but ...
9 years, 6 months ago (2014-10-08 11:16:36 UTC) #10
h2so5
On 2014/10/08 11:04:36, brainman wrote: > h2so5, > > Did you sign license agreements? > ...
9 years, 6 months ago (2014-10-08 11:16:40 UTC) #11
brainman
On 2014/10/08 11:16:40, h2so5 wrote: > I signed it electronically yesterday, Thank you. > but ...
9 years, 6 months ago (2014-10-08 11:37:09 UTC) #12
mikio
https://codereview.appspot.com/149510043/diff/60001/src/net/udp_test.go File src/net/udp_test.go (right): https://codereview.appspot.com/149510043/diff/60001/src/net/udp_test.go#newcode42 src/net/udp_test.go:42: ra, err := ResolveUDPAddr("udp", raddr) you don't need to ...
9 years, 6 months ago (2014-10-08 12:39:19 UTC) #13
h2so5
https://codereview.appspot.com/149510043/diff/60001/src/net/udp_test.go File src/net/udp_test.go (right): https://codereview.appspot.com/149510043/diff/60001/src/net/udp_test.go#newcode69 src/net/udp_test.go:69: if err != nil && !isTimeout(err) { On 2014/10/08 ...
9 years, 6 months ago (2014-10-08 12:54:56 UTC) #14
h2so5
Hello golang-codereviews@googlegroups.com, bradfitz@golang.org, alex.brainman@gmail.com, mikioh.mikioh@gmail.com, in60jp@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 6 months ago (2014-10-08 13:03:36 UTC) #15
iant
On Wed, Oct 8, 2014 at 4:16 AM, <alex.brainman@gmail.com> wrote: > On 2014/10/08 11:12:59, in60jp_gmail.com ...
9 years, 6 months ago (2014-10-08 14:10:17 UTC) #16
mikio
On Wed, Oct 8, 2014 at 9:54 PM, <mail@h2so5.net> wrote: >> not sure whether nil ...
9 years, 6 months ago (2014-10-08 21:50:19 UTC) #17
h2so5
On 2014/10/08 21:50:19, mikio wrote: > On Wed, Oct 8, 2014 at 9:54 PM, <mailto:mail@h2so5.net> ...
9 years, 6 months ago (2014-10-09 02:06:20 UTC) #18
h2so5
Hello golang-codereviews@googlegroups.com, bradfitz@golang.org, alex.brainman@gmail.com, mikioh.mikioh@gmail.com, in60jp@gmail.com, iant@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 6 months ago (2014-10-09 04:35:05 UTC) #19
brainman
On 2014/10/08 14:10:17, iant wrote: > > I took care of this. > Thank you. ...
9 years, 6 months ago (2014-10-09 22:21:13 UTC) #20
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=c7511b8a22c4 *** net: disable SIO_UDP_CONNRESET behavior on windows. Fixes issue 5834. LGTM=alex.brainman ...
9 years, 6 months ago (2014-10-09 22:21:42 UTC) #21
gobot
This CL appears to have broken the plan9-amd64-aram builder. See http://build.golang.org/log/26e95ec7041eca12a30036316d3a765ac8465c90
9 years, 6 months ago (2014-10-09 22:23:40 UTC) #22
brainman
On 2014/10/09 22:23:40, gobot wrote: > This CL appears to have broken the plan9-amd64-aram builder. ...
9 years, 6 months ago (2014-10-09 22:30:03 UTC) #23
brainman
9 years, 6 months ago (2014-10-09 22:39:29 UTC) #24
On 2014/10/09 22:30:03, brainman wrote:
> 
> I will disable new test on plan9.
> 

The CL 157820043.

Alex
Sign in to reply to this message.

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