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

Issue 2904041: code review 2904041: net: provide public access to file descriptors (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by kr
Modified:
10 years, 11 months ago
Reviewers:
rsc1, brainman
CC:
rsc, rog, brainman, golang-dev
Visibility:
Public.

Description

net: provide public access to file descriptors Fixes issue 918.

Patch Set 1 #

Patch Set 2 : code review 2904041: net: provide public access to file descriptors #

Total comments: 1

Patch Set 3 : code review 2904041: net: provide public access to file descriptors #

Patch Set 4 : code review 2904041: net: provide public access to file descriptors #

Patch Set 5 : code review 2904041: net: provide public access to file descriptors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -0 lines) Patch
M src/pkg/net/fd.go View 1 chunk +14 lines, -0 lines 0 comments Download
M src/pkg/net/fd_windows.go View 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/net/tcpsock.go View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M src/pkg/net/udpsock.go View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/net/unixsock.go View 1 2 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 17
kr
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 5 months ago (2010-11-04 19:32:37 UTC) #1
rsc1
looks great. please make the comment change below also please change the CL text to ...
13 years, 5 months ago (2010-11-04 19:56:11 UTC) #2
rog
i haven't checked, but i'm not sure this will work correctly as the call to ...
13 years, 5 months ago (2010-11-04 20:26:07 UTC) #3
rog
oh i see, i'm missing the fact that it doesn't really matter if net fds ...
13 years, 5 months ago (2010-11-04 23:22:06 UTC) #4
kr
Hello rsc, rog (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2010-11-05 00:41:54 UTC) #5
brainman
Please, implement windows version of dup() too (in fd_windows.go). It doesn't have to do anything ...
13 years, 5 months ago (2010-11-05 01:32:53 UTC) #6
kr
Hello rsc, rog, brainman (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2010-11-05 02:02:08 UTC) #7
rsc
On Thu, Nov 4, 2010 at 19:22, roger peppe <rogpeppe@gmail.com> wrote: > oh i see, ...
13 years, 5 months ago (2010-11-05 02:05:01 UTC) #8
kr
Oops, I didn't know I had to tell hg change about the new file explicitly. ...
13 years, 5 months ago (2010-11-05 02:05:07 UTC) #9
kr
Hello rsc, rog, brainman (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2010-11-05 02:05:18 UTC) #10
kr
On Thu, Nov 4, 2010 at 7:04 PM, Russ Cox <rsc@golang.org> wrote: > i agree ...
13 years, 5 months ago (2010-11-05 02:11:58 UTC) #11
rsc
> On my laptop (Ubuntu), man fcntl seems to confirm > that this is a ...
13 years, 5 months ago (2010-11-05 02:17:35 UTC) #12
brainman
LGTM
13 years, 5 months ago (2010-11-05 02:21:48 UTC) #13
rog
On 5 November 2010 02:04, Russ Cox <rsc@golang.org> wrote: > On Thu, Nov 4, 2010 ...
13 years, 5 months ago (2010-11-05 09:27:16 UTC) #14
kr
On 2010/11/05 02:17:35, rsc wrote: > i'd rather still use dup, so that Close on ...
13 years, 5 months ago (2010-11-05 17:50:16 UTC) #15
rsc1
LGTM
13 years, 5 months ago (2010-11-05 18:00:17 UTC) #16
rsc
13 years, 5 months ago (2010-11-05 18:02:05 UTC) #17
*** Submitted as a8ffe111d8d3 ***

net: provide public access to file descriptors

Fixes issue 918.

R=rsc, rog, brainman
CC=golang-dev
http://codereview.appspot.com/2904041

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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