Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧮 Extended sequence number counter #122

Merged
merged 17 commits into from
Apr 19, 2021

Conversation

danstiner
Copy link
Collaborator

@danstiner danstiner commented Apr 13, 2021

Saw this in an RFC and I think it will make tracking NACKs easier as we won't have to deal with wrapping of two-byte sequence numbers directly.

Includes actual tests!

@danstiner danstiner requested a review from haydenmc April 17, 2021 20:42
test/test.cpp Outdated Show resolved Hide resolved
catch2_wrap.get_variable('catch2_dep'),
]

exe = executable(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how I feel about having separate binaries for unit/functional/etc. test suites - does it make sense to build the individual suites as libraries that be linked into one big test executable?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking about it more, maybe it makes sense....

@danstiner danstiner requested a review from haydenmc April 19, 2021 05:03
Copy link
Member

@haydenmc haydenmc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple nits, beyond that looks good to merge!

src/Rtp/ExtendedSequenceCounter.cpp Outdated Show resolved Hide resolved
src/Rtp/ExtendedSequenceCounter.cpp Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix NACKs to more gracefully handle RTP sequence # rollover
2 participants