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

Issue 7275024: PseudoTcp to expose settings of nagling and ACK delay (Closed)

Created:
9 years, 5 months ago by Alpha Left Google
Modified:
9 years, 5 months ago
Reviewers:
Sergey Ulanov, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, Paweł Hajdan Jr., dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

PseudoTcp to expose settings of nagling and ACK delay Changes are as follows: 1. PseudoTcp to expose whether Nagle's algo is turned on. 2. PseudoTcp to expose setting of ACK delay. 3. JingleSession to disable Nagle's algo. 4. Set ACK delay to 10 milliseconds. 5. Unit tests for testing jingle session latency. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91057

Patch Set 1 #

Total comments: 2

Patch Set 2 : done #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -18 lines) Patch
M jingle/glue/pseudotcp_adapter.h View 1 1 chunk +6 lines, -0 lines 1 comment Download
M jingle/glue/pseudotcp_adapter.cc View 1 3 chunks +22 lines, -0 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 1 2 chunks +10 lines, -1 line 1 comment Download
M remoting/protocol/jingle_session_unittest.cc View 1 10 chunks +93 lines, -17 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
Alpha Left Google
9 years, 5 months ago (2011-06-28 18:12:44 UTC) #1
Sergey Ulanov
http://codereview.chromium.org/7275024/diff/1/jingle/glue/pseudotcp_adapter.h File jingle/glue/pseudotcp_adapter.h (right): http://codereview.chromium.org/7275024/diff/1/jingle/glue/pseudotcp_adapter.h#newcode59 jingle/glue/pseudotcp_adapter.h:59: void SetNagling(bool nagling); nit: SetNoDelay or SetNagleEnabled? I like ...
9 years, 5 months ago (2011-06-28 18:34:26 UTC) #2
Alpha Left Google
On 2011/06/28 18:34:26, sergeyu wrote: > http://codereview.chromium.org/7275024/diff/1/jingle/glue/pseudotcp_adapter.h > File jingle/glue/pseudotcp_adapter.h (right): > > http://codereview.chromium.org/7275024/diff/1/jingle/glue/pseudotcp_adapter.h#newcode59 > ...
9 years, 5 months ago (2011-06-28 18:47:39 UTC) #3
Wez
Drive by! http://codereview.chromium.org/7275024/diff/5001/jingle/glue/pseudotcp_adapter.h File jingle/glue/pseudotcp_adapter.h (right): http://codereview.chromium.org/7275024/diff/5001/jingle/glue/pseudotcp_adapter.h#newcode59 jingle/glue/pseudotcp_adapter.h:59: void SetNoDelay(bool nagling); These should use the ...
9 years, 5 months ago (2011-06-28 19:27:17 UTC) #4
Sergey Ulanov
9 years, 5 months ago (2011-06-28 23:18:39 UTC) #5
LGTM, if Wez's comments are addressed: you are measuring time it takes to send
block of data and it's not the same as latency. Please update comments/names to
make it clear that what you are measuring is not latency.

Powered by Google App Engine
This is Rietveld 408576698