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

Issue 25511002: Add reusePort argument to ServerSocket. (Closed)

Created:
7 years, 2 months ago by Anders Johnsen
Modified:
7 years, 2 months ago
Reviewers:
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add reusePort argument to ServerSocket. BUG=https://code.google.com/p/dart/issues/detail?id=10843

Patch Set 1 #

Patch Set 2 : Adding Windows impl. #

Patch Set 3 : Mac os X version. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -26 lines) Patch
M runtime/bin/io_natives.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/socket.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/bin/socket.cc View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/bin/socket_linux.cc View 2 chunks +27 lines, -1 line 0 comments Download
M runtime/bin/socket_macos.cc View 1 2 2 chunks +26 lines, -3 lines 0 comments Download
M runtime/bin/socket_patch.dart View 7 chunks +18 lines, -11 lines 0 comments Download
M runtime/bin/socket_win.cc View 1 1 chunk +16 lines, -6 lines 0 comments Download
M sdk/lib/io/socket.dart View 2 chunks +4 lines, -2 lines 0 comments Download
A tests/standalone/io/socket_reuse_port_test.dart View 1 1 chunk +45 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698