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

Issue 1756503002: Reland of net: merge two versions of SetTCPNoDelay() function into one (Closed)

Created:
4 years, 9 months ago by tfarina
Modified:
4 years, 9 months ago
Reviewers:
nektarios, eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of net: merge two versions of SetTCPNoDelay() function into one (patchset #1 id:1 of https://codereview.chromium.org/1744153003/ ) Reason for revert: It was not responsible for the failure on Mac - https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests/builds/16976/steps/net_unittests%20on%20Mac-10.9/logs/CertVerifyProcTest.CybertrustGTERoot. See https://bugs.chromium.org/p/chromium/issues/detail?id=590868#c3 Original issue's description: > Revert of net: merge two versions of SetTCPNoDelay() function into one (patchset #4 id:60001 of https://codereview.chromium.org/1728853006/ ) > > Reason for revert: > net-unittests failure on Mac. > https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests/builds/16976/steps/net_unittests%20on%20Mac-10.9/logs/CertVerifyProcTest.CybertrustGTERoot > > Original issue's description: > > net: merge DisableNagle() with two other SetTCPNoDelay() implementations > > > > This patch merges SetTCPNoDelay() function from tcp_socket_posix.cc, > > SetTCPNoDelay() function from tcp_socket_util.cc and DisableNagle() function > > from tcp_socket_win.cc, into a single slightly improved one in tcp_socket.cc > > with the following prototype: > > > > bool SetTCPNoDelay(SocketDescriptor socket, bool no_delay); > > > > BUG=None > > TEST=net_unittests > > R=eroman@chromium.org > > > > Committed: https://crrev.com/2d1f2621d8e6dd10feba6cab380fb46d60cb3098 > > Cr-Commit-Position: refs/heads/master@{#378129} > > TBR=eroman@chromium.org,tfarina@chromium.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=None > > Committed: https://crrev.com/5ee686747816a494180aad0bce62fbea9dac0f61 > Cr-Commit-Position: refs/heads/master@{#378335} TBR=eroman@chromium.org,nektar@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=None Committed: https://crrev.com/881fc8fc5237cb38ae3565da8b74998fd3c766b5 Cr-Commit-Position: refs/heads/master@{#378496}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -60 lines) Patch
M net/net.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/tcp_socket.h View 2 chunks +34 lines, -0 lines 0 comments Download
A net/socket/tcp_socket.cc View 1 chunk +29 lines, -0 lines 0 comments Download
M net/socket/tcp_socket_posix.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M net/socket/tcp_socket_win.cc View 3 chunks +2 lines, -32 lines 0 comments Download
M net/tools/flip_server/acceptor_thread.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/flip_server/tcp_socket_util.h View 1 chunk +0 lines, -8 lines 0 comments Download
M net/tools/flip_server/tcp_socket_util.cc View 4 chunks +3 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
tfarina
Created Reland of net: merge two versions of SetTCPNoDelay() function into one
4 years, 9 months ago (2016-03-01 18:52:53 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1756503002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1756503002/1
4 years, 9 months ago (2016-03-01 18:54:06 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1756503002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1756503002/1
4 years, 9 months ago (2016-03-01 18:54:38 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-01 18:54:41 UTC) #5
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/881fc8fc5237cb38ae3565da8b74998fd3c766b5 Cr-Commit-Position: refs/heads/master@{#378496}
4 years, 9 months ago (2016-03-01 18:55:55 UTC) #7
eroman
4 years, 9 months ago (2016-03-01 18:59:01 UTC) #8
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698