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

Issue 6658027: UDP sockets implementation for windows. (Closed)

Created:
9 years, 9 months ago by Sergey Ulanov
Modified:
9 years, 7 months ago
Reviewers:
Mike Belshe
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

UDP sockets implementation for windows. BUG=None TEST=Unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77895

Patch Set 1 : - #

Patch Set 2 : - #

Total comments: 28

Patch Set 3 : addressed comments #

Patch Set 4 : - #

Patch Set 5 : - #

Patch Set 6 : - #

Total comments: 1

Patch Set 7 : merged #

Patch Set 8 : - #

Patch Set 9 : typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+787 lines, -160 lines) Patch
A net/base/winsock_util.h View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A net/base/winsock_util.cc View 1 2 3 4 5 6 7 8 1 chunk +96 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 6 chunks +17 lines, -23 lines 0 comments Download
M net/socket/tcp_client_socket_win.cc View 1 2 3 4 5 6 1 chunk +1 line, -86 lines 0 comments Download
M net/udp/datagram_server_socket.h View 1 chunk +0 lines, -2 lines 0 comments Download
M net/udp/udp_socket.h View 1 chunk +18 lines, -1 line 0 comments Download
M net/udp/udp_socket_libevent.h View 4 chunks +1 line, -23 lines 0 comments Download
M net/udp/udp_socket_libevent.cc View 1 13 chunks +28 lines, -14 lines 0 comments Download
M net/udp/udp_socket_unittest.cc View 1 2 3 4 5 6 7 5 chunks +51 lines, -11 lines 0 comments Download
A net/udp/udp_socket_win.h View 1 2 3 4 5 1 chunk +178 lines, -0 lines 0 comments Download
A net/udp/udp_socket_win.cc View 1 2 3 4 1 chunk +366 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sergey Ulanov
9 years, 9 months ago (2011-03-10 02:06:01 UTC) #1
Mike Belshe
Thanks Sergey! This looks great! A few nits and suggestions. http://codereview.chromium.org/6658027/diff/3010/net/udp/udp_socket_win.cc File net/udp/udp_socket_win.cc (right): http://codereview.chromium.org/6658027/diff/3010/net/udp/udp_socket_win.cc#newcode26 ...
9 years, 9 months ago (2011-03-10 06:53:38 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/6658027/diff/3010/net/udp/udp_socket_win.cc File net/udp/udp_socket_win.cc (right): http://codereview.chromium.org/6658027/diff/3010/net/udp/udp_socket_win.cc#newcode26 net/udp/udp_socket_win.cc:26: void AssertEventNotSignaled(WSAEVENT hEvent) { On 2011/03/10 06:53:38, Mike Belshe ...
9 years, 9 months ago (2011-03-11 00:54:37 UTC) #3
Mike Belshe
9 years, 9 months ago (2011-03-11 14:31:28 UTC) #4
lgtm

http://codereview.chromium.org/6658027/diff/12015/net/udp/udp_socket_win.cc
File net/udp/udp_socket_win.cc (right):

http://codereview.chromium.org/6658027/diff/12015/net/udp/udp_socket_win.cc#n...
net/udp/udp_socket_win.cc:299: read_buffer.len = buf_len;
Ah - this is even better.  Great.

Powered by Google App Engine
This is Rietveld 408576698