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

Issue 1135113003: Added support for stateless time-wait entries. Will be used in a (Closed)

Created:
5 years, 7 months ago by ramant (doing other things)
Modified:
5 years, 7 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@Remove_flag_quic_use_optimized_packet_reader_93331362
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added support for stateless time-wait entries. Will be used in a subsequent CL. Time-wait list entries can now be marked as stateless, which means that the corresponding connection was closed via stateless reject. Since all state for that connection id is dropped after the stateless reject, the time-wait list manager will not respond to incoming packets for the connection ID with public resets. Instead, it will black-hole the packets. Added corresponding tests. Merge internal change: 93412303 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -45 lines) Patch
M net/tools/quic/quic_dispatcher.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M net/tools/quic/quic_dispatcher_test.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.h View 2 chunks +13 lines, -3 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager.cc View 3 chunks +16 lines, -12 lines 0 comments Download
M net/tools/quic/quic_time_wait_list_manager_test.cc View 5 chunks +39 lines, -15 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.h View 1 chunk +5 lines, -4 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 7 months ago (2015-05-14 23:04:45 UTC) #1
Ryan Hamilton
5 years, 7 months ago (2015-05-15 04:02:32 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698