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

Issue 11393043: code review 11393043: net: add SetKeepAlivePeriod for windows

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by nkatsaros
Modified:
10 years, 3 months ago
Reviewers:
brainman, bradfitz
CC:
golang-codereviews, bradfitz, mikio
Visibility:
Public.

Description

net: add SetKeepAlivePeriod for windows

Patch Set 1 #

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

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

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

Total comments: 2

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

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

Messages

Total messages: 11
nkatsaros
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
10 years, 3 months ago (2014-01-07 22:46:56 UTC) #1
brainman
No new test? Alex https://codereview.appspot.com/11393043/diff/28001/src/pkg/net/tcpsockopt_windows.go File src/pkg/net/tcpsockopt_windows.go (right): https://codereview.appspot.com/11393043/diff/28001/src/pkg/net/tcpsockopt_windows.go#newcode32 src/pkg/net/tcpsockopt_windows.go:32: return os.NewSyscallError("WSAIoctl", syscall.WSAIoctl(fd.sysfd, syscall.SIO_KEEPALIVE_VALS, (*byte)(unsafe.Pointer(&ka)), ...
10 years, 3 months ago (2014-01-07 23:56:05 UTC) #2
nkatsaros
PTAL I've tested this on Windows 7 x64. I don't really know how to check ...
10 years, 3 months ago (2014-01-08 16:54:42 UTC) #3
bradfitz
LGTM at least. MSDN says SIO_KEEPALIVE_VALS has been supported since Win2k, so no need for ...
10 years, 3 months ago (2014-01-08 17:35:36 UTC) #4
brainman
LGTM. I admit, I don't know how to test it myself. How did you discover ...
10 years, 3 months ago (2014-01-09 06:19:05 UTC) #5
nkatsaros
I followed the original CL for this feature because it was something I needed. It ...
10 years, 3 months ago (2014-01-09 07:31:25 UTC) #6
brainman
On 2014/01/09 07:31:25, nkatsaros wrote: > ... > I signed the individual CLA yesterday. Brad, ...
10 years, 3 months ago (2014-01-09 09:39:07 UTC) #7
bradfitz
On Thu, Jan 9, 2014 at 1:39 AM, <alex.brainman@gmail.com> wrote: > On 2014/01/09 07:31:25, nkatsaros ...
10 years, 3 months ago (2014-01-09 17:44:03 UTC) #8
mikio
On Thu, Jan 9, 2014 at 1:54 AM, <nick@nickkatsaros.com> wrote: > I've tested this on ...
10 years, 3 months ago (2014-01-10 01:44:10 UTC) #9
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=6c8844a5b7fd *** net: add SetKeepAlivePeriod for windows R=golang-codereviews, alex.brainman, bradfitz, mikioh.mikioh CC=golang-codereviews ...
10 years, 3 months ago (2014-01-10 03:34:00 UTC) #10
brainman
10 years, 3 months ago (2014-01-10 03:34:29 UTC) #11
On 2014/01/09 17:44:03, bradfitz wrote:
> 
> Done.

Thank you.

Alex
Sign in to reply to this message.

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