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

Configurable #fragments to send on NACK of sample #1841

Merged

Conversation

eboasson
Copy link
Contributor

This changes the hard-coded policy of responding to a NACK of a large sample with only the first fragment of that sample into one where the number is configurable. The default is 1 and so there is by default no change in behavior.

Because of the change, the code handling HeartbeatFrag messages in the case of a retransmit is now no longer dead code.

This changes the hard-coded policy of responding to a NACK of a large
sample with only the first fragment of that sample into one where the
number is configurable.  The default is 1 and so there is by default no
change in behavior.

Because of the change, the code handling HeartbeatFrag messages in the
case of a retransmit is now no longer dead code.

Signed-off-by: Erik Boasson <[email protected]>
Copy link
Contributor

@dpotman dpotman left a comment

Choose a reason for hiding this comment

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

LGTM

@eboasson eboasson merged commit f2479bb into eclipse-cyclonedds:master Sep 27, 2023
22 checks passed
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.

2 participants