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

Issue 8685045: code review 8685045: syscall: add missing IP-level socket option constants f... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by mikio
Modified:
13 years, 1 month ago
CC:
golang-dev
Visibility:
Public.

Description

syscall: add missing IP-level socket option constants for Windows Update issue 1740

Patch Set 1 #

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

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

Total comments: 1

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

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

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

Messages

Total messages: 19
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
13 years, 2 months ago (2013-04-24 11:40:04 UTC) #1
bradfitz
You're modifying a z- file? That's auto-generated and will just get blown away later, no? ...
13 years, 2 months ago (2013-04-24 14:19:28 UTC) #2
mikio
On Wed, Apr 24, 2013 at 11:19 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > You're modifying ...
13 years, 2 months ago (2013-04-24 14:43:04 UTC) #3
minux1
please remove the period in the last line of the description, as the issue tracker ...
13 years, 2 months ago (2013-04-24 15:07:58 UTC) #4
mikio
done, thx. On Thu, Apr 25, 2013 at 12:07 AM, <minux.ma@gmail.com> wrote: > please remove ...
13 years, 2 months ago (2013-04-24 15:11:20 UTC) #5
brainman
But why to add all these constants? No one uses them. Alex
13 years, 2 months ago (2013-04-24 20:58:10 UTC) #6
mikio
On Thu, Apr 25, 2013 at 5:58 AM, <alex.brainman@gmail.com> wrote: > But why to add ...
13 years, 2 months ago (2013-04-24 21:45:46 UTC) #7
bradfitz
https://codereview.appspot.com/8685045/diff/3002/src/pkg/syscall/ztypes_windows.go File src/pkg/syscall/ztypes_windows.go (right): https://codereview.appspot.com/8685045/diff/3002/src/pkg/syscall/ztypes_windows.go#newcode498 src/pkg/syscall/ztypes_windows.go:498: IPOROTO_HOPOPTS = 0x0 typo. should be IPPROTO
13 years, 2 months ago (2013-04-24 21:58:49 UTC) #8
bradfitz
With the typo fixed, I'd be fine with this. It does make all platforms consistent ...
13 years, 2 months ago (2013-04-24 21:59:26 UTC) #9
mikio
Hello golang-dev@googlegroups.com, bradfitz@golang.org, minux.ma@gmail.com, alex.brainman@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2013-04-24 22:12:05 UTC) #10
brainman
LGTM
13 years, 2 months ago (2013-04-25 00:59:53 UTC) #11
bradfitz
So I'd say this is fine, but why this set? Why not all of them? ...
13 years, 2 months ago (2013-04-25 02:30:23 UTC) #12
mikio
On 2013/04/25 02:30:23, bradfitz wrote: > So I'd say this is fine, but why this ...
13 years, 2 months ago (2013-04-25 02:44:51 UTC) #13
bradfitz
On Wed, Apr 24, 2013 at 7:44 PM, <mikioh.mikioh@gmail.com> wrote: > On 2013/04/25 02:30:23, bradfitz ...
13 years, 2 months ago (2013-04-25 02:53:10 UTC) #14
mikio
On 2013/04/25 02:53:10, bradfitz wrote: > So put them all elsewhere. > > pkg syscall ...
13 years, 2 months ago (2013-04-25 03:39:57 UTC) #15
bradfitz
Whatever stuff is defined by a standards body and not an OS. On Apr 24, ...
13 years, 2 months ago (2013-04-25 03:58:12 UTC) #16
mikio
> Whatever stuff is defined by a standards body and not an OS. crystal clear, ...
13 years, 2 months ago (2013-04-25 04:04:13 UTC) #17
mikio
Hello golang-dev@googlegroups.com, bradfitz@golang.org, minux.ma@gmail.com, alex.brainman@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2013-04-25 04:23:59 UTC) #18
mikio
13 years, 1 month ago (2013-05-10 14:53:16 UTC) #19
*** Abandoned ***
Sign in to reply to this message.

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