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

Issue 2946323002: Added timeout parameter to RawSocket and Socket connect, which allows for the specification of a ma… (Closed)

Created:
3 years, 6 months ago by bkonyi
Modified:
3 years, 6 months ago
Reviewers:
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Added timeout parameter to RawSocket and Socket connect, which allows for the specification of a maximum time to wait for a valid connection to be established. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -11 lines) Patch
M runtime/bin/socket_patch.dart View 5 chunks +27 lines, -7 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/io_patch.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M sdk/lib/io/socket.dart View 2 chunks +14 lines, -2 lines 0 comments Download
M tests/co19/co19-co19.status View 1 chunk +1 line, -0 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/standalone/io/socket_test.dart View 2 chunks +12 lines, -0 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698