Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1260)

Issue 7042019: Net: Add NET_API to the UDP code. (Closed)

Created:
9 years, 7 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Net: Add NET_API to the UDP code. BUG=76997 TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86180

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M net/udp/datagram_client_socket.h View 1 chunk +1 line, -1 line 0 comments Download
M net/udp/datagram_server_socket.h View 1 chunk +1 line, -1 line 0 comments Download
M net/udp/datagram_socket.h View 1 chunk +3 lines, -1 line 0 comments Download
M net/udp/udp_client_socket.h View 1 chunk +1 line, -1 line 2 comments Download
M net/udp/udp_server_socket.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
rvargas (doing something else)
9 years, 7 months ago (2011-05-18 22:42:19 UTC) #1
Sergey Ulanov
I think you also need to add NET_API for UDPSocket class. http://codereview.chromium.org/7042019/diff/1/net/udp/udp_client_socket.h File net/udp/udp_client_socket.h (right): ...
9 years, 7 months ago (2011-05-18 22:54:07 UTC) #2
rvargas (doing something else)
Regarding UDPSocket, that means that there are no unit tests for them... I'll open a ...
9 years, 7 months ago (2011-05-19 22:02:27 UTC) #3
Sergey Ulanov
+mbelshe I think it makes sense to add NET_API to all of these classes even ...
9 years, 7 months ago (2011-05-19 23:13:26 UTC) #4
rvargas (doing something else)
Thanks. The purpose is not really to minimize exports, it is to minimize the exposed ...
9 years, 7 months ago (2011-05-19 23:18:28 UTC) #5
willchan no longer on Chromium
Did I get added to comment on UDP stuff? I think Sergey's planning on using ...
9 years, 7 months ago (2011-05-19 23:46:34 UTC) #6
rvargas (doing something else)
I'm basically working with what we have today, but if you guys plan to make ...
9 years, 7 months ago (2011-05-19 23:59:32 UTC) #7
rvargas (doing something else)
ping
9 years, 7 months ago (2011-05-20 22:03:28 UTC) #8
Sergey Ulanov
LGTM. You will need LGTM from mbelshe or willchan because I'm not a src/net owner. ...
9 years, 7 months ago (2011-05-20 22:29:03 UTC) #9
willchan no longer on Chromium
On Fri, May 20, 2011 at 3:29 PM, <sergeyu@chromium.org> wrote: > LGTM. You will need ...
9 years, 7 months ago (2011-05-20 22:35:04 UTC) #10
rvargas (doing something else)
9 years, 7 months ago (2011-05-20 23:09:13 UTC) #11
Thanks.

Ooops. I picked TCPClientSocket and P2P in a random way, without realizing that
the example was actually somewhat related to this code... that was not my
intention. There are other examples that I could have picked up, because the
point that I was trying to make was a philosophical one about where to draw the
line for the net interface. Sorry about that.

Powered by Google App Engine
This is Rietveld 408576698