-
Notifications
You must be signed in to change notification settings - Fork 791
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
[20849] New max_message_size
property to limit output datagrams size (backport #4777)
#4806
Conversation
Cherry-pick of 6d20b64 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
a6c5945
to
76c5ac4
Compare
76c5ac4
to
8abdb54
Compare
* Refs #20489. Parse property in RTPS writer. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #20849. Parse property in RTPS participant. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #20849: Add test for RTPS writer Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #20849: Add test for participant Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #20849: Apply suggestions Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #20849: Uncrustify Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #20849: Apply suggestions Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #20849: Add tests in DDS layer Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #20849: Apply suggestions Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com> Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
8abdb54
to
7e3f29e
Compare
@richiprosima please test this |
@richiprosima please test linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CI issues unrelated to PR content |
Description
This PR adds the parsing of
max_message_size
property in RTPS Writer and RTPS Participant.@Mergifyio backport 2.14.x 2.13.x 2.10.x 2.6.x
Contributor Checklist
versions.md
file (if applicable).max_message_size
property to limit output datagrams size Fast-DDS-docs#770Reviewer Checklist
This is an automatic backport of pull request #4777 done by [Mergify](https://mergify.com).