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

Issue 50050: Allow the debugger agent to reuse ports stuck in TIME_WAIT for listening (Closed)

Created:
11 years, 9 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Allow the debugger agent to reuse ports stuck in TIME_WAIT for listening. When the debugger agent terminates the used port can be stuck in TIME_WAIT for some time depending on the OS and the state of the socket. With this change will allow the debug agent to start listening on a port still in TIME_WAIT. During development of both V8 and embedding applications this makes it much easier to restart an application using the debugger agent. This also makes it possible to run the tests involving the debugger agent multiple times without failure. Committed: http://code.google.com/p/v8/source/detail?r=1558

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/debug-agent.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
11 years, 9 months ago (2009-03-20 08:29:17 UTC) #1
Erik Corry
11 years, 9 months ago (2009-03-20 08:40:21 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698