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

Issue 1404873003: relnote: Avoid redundant recvmmsg when the previous recvmmsg returned (Closed)

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

Description

relnote: Avoid redundant recvmmsg when the previous recvmmsg returned less than the requested number of packets. Guarded by FLAGS_quic_read_packets_full_recvmmsg. This has no measurable effect on the QUIC microbenchmark, though it should avoid an extra call to recvmmsg at a minimum. Merge internal change: 104327020 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -7 lines) Patch
M net/quic/quic_flags.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_flags.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/tools/quic/quic_packet_reader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_packet_reader.cc View 2 chunks +7 lines, -1 line 0 comments Download
M net/tools/quic/quic_server.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 2 months ago (2015-10-15 02:21:56 UTC) #1
Ryan Hamilton
5 years, 2 months ago (2015-10-15 13:43:57 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698