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

Issue 5706043: code review 5706043: net: fix comment on Dial with unixgram (Closed)

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

Description

net: fix comment on Dial with unixgram We should use DialUnix or ListenPacket for unixgram networks because Dial doesn't take a local UnixAddr.

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

Patch Set 2 : diff -r 2d7f9ec6c3dc https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/net/dial.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2012-02-28 07:53:24 UTC) #1
rsc
LGTM
12 years, 2 months ago (2012-02-28 17:25:58 UTC) #2
mikio
12 years, 2 months ago (2012-02-28 22:45:41 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=b4580a3b3331 ***

net: fix comment on Dial with unixgram

We should use DialUnix or ListenPacket for unixgram networks
because Dial doesn't take a local UnixAddr.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5706043
Sign in to reply to this message.

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