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

Issue 1209623002: Add utility class for unwrapping 16 bit sequence numbers (Closed)

Created:
5 years, 6 months ago by sprang_webrtc
Modified:
5 years, 3 months ago
Reviewers:
stefan-webrtc, mflodman
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add utility class for unwrapping 16 bit sequence numbers Unwrap uint16_t to int64_t, based on delta and last sequence number. This can make application logic, putting packets in maps etc, much simpler. BUG= Committed: https://crrev.com/c3aa12d5f2df45bce1387020ac159792342d525f Cr-Commit-Position: refs/heads/master@{#9887}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added comment #

Total comments: 2

Patch Set 3 : Added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -0 lines) Patch
M webrtc/modules/interface/module_common_types.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
M webrtc/modules/module_common_types_unittest.cc View 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
sprang_webrtc
5 years, 6 months ago (2015-06-24 16:19:49 UTC) #2
sprang_webrtc
Ping?
5 years, 5 months ago (2015-07-23 14:00:04 UTC) #3
sprang_webrtc
Ping, third month's the charm..?
5 years, 3 months ago (2015-08-31 13:20:55 UTC) #4
mflodman
Oh, I thought, foe some reason, this CL was abandoned. One question, but I have ...
5 years, 3 months ago (2015-09-03 12:00:13 UTC) #5
sprang_webrtc
https://codereview.webrtc.org/1209623002/diff/1/webrtc/modules/interface/module_common_types.h File webrtc/modules/interface/module_common_types.h (right): https://codereview.webrtc.org/1209623002/diff/1/webrtc/modules/interface/module_common_types.h#newcode637 webrtc/modules/interface/module_common_types.h:637: int64_t UnwrapWithoutUpdate(uint16_t sequence_number) { On 2015/09/03 12:00:13, mflodman wrote: ...
5 years, 3 months ago (2015-09-03 13:28:02 UTC) #6
stefan-webrtc
One comment request, otherwise this lgtm. https://codereview.webrtc.org/1209623002/diff/20001/webrtc/modules/interface/module_common_types.h File webrtc/modules/interface/module_common_types.h (right): https://codereview.webrtc.org/1209623002/diff/20001/webrtc/modules/interface/module_common_types.h#newcode646 webrtc/modules/interface/module_common_types.h:646: } else if ...
5 years, 3 months ago (2015-09-07 10:14:34 UTC) #8
sprang_webrtc
https://codereview.webrtc.org/1209623002/diff/20001/webrtc/modules/interface/module_common_types.h File webrtc/modules/interface/module_common_types.h (right): https://codereview.webrtc.org/1209623002/diff/20001/webrtc/modules/interface/module_common_types.h#newcode646 webrtc/modules/interface/module_common_types.h:646: } else if (delta > 0 && (last_seq_ + ...
5 years, 3 months ago (2015-09-07 11:28:47 UTC) #9
sprang_webrtc
ping mflodman@, as root owner
5 years, 3 months ago (2015-09-07 14:40:59 UTC) #10
mflodman
lgtm
5 years, 3 months ago (2015-09-08 08:50:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1209623002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1209623002/40001
5 years, 3 months ago (2015-09-08 08:52:41 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-08 10:43:21 UTC) #15
commit-bot: I haz the power
5 years, 3 months ago (2015-09-08 10:43:31 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c3aa12d5f2df45bce1387020ac159792342d525f
Cr-Commit-Position: refs/heads/master@{#9887}

Powered by Google App Engine
This is Rietveld 408576698