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

[20849] New max_message_size property to limit output datagrams size #770

Merged
merged 3 commits into from
May 17, 2024

Conversation

elianalf
Copy link
Contributor

@elianalf elianalf commented May 14, 2024

Description

This PR adds the documentation for max_message_size property in RTPS Writer and RTPS Participant.

@Mergifyio backport 2.14.x 2.13.x 2.10.x 2.6.x

Related implementation PR:

Contributor Checklist

  • Commit messages follow the project guidelines.
  • Code snippets related to the added documentation have been provided.
  • Documentation tests pass locally.
  • Applicable backports have been included in the description.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.
  • CI passes without warnings or errors.

@elianalf elianalf added this to the v3.0.0 milestone May 14, 2024
@elianalf elianalf changed the title Parse max_message_size property in RTPS Writer and RTPS Participant [20489] Parse max_message_size property in RTPS Writer and RTPS Participant May 14, 2024
@elianalf elianalf changed the title [20489] Parse max_message_size property in RTPS Writer and RTPS Participant [20849] Parse max_message_size property in RTPS Writer and RTPS Participant May 14, 2024
code/DDSCodeTester.cpp Outdated Show resolved Hide resolved
code/DDSCodeTester.cpp Outdated Show resolved Hide resolved
code/XMLTester.xml Outdated Show resolved Hide resolved
code/XMLTester.xml Outdated Show resolved Hide resolved
docs/fastdds/property_policies/non_consolidated_qos.rst Outdated Show resolved Hide resolved
docs/fastdds/property_policies/non_consolidated_qos.rst Outdated Show resolved Hide resolved
docs/fastdds/property_policies/non_consolidated_qos.rst Outdated Show resolved Hide resolved
docs/fastdds/property_policies/non_consolidated_qos.rst Outdated Show resolved Hide resolved
code/XMLTester.xml Outdated Show resolved Hide resolved
docs/fastdds/property_policies/non_consolidated_qos.rst Outdated Show resolved Hide resolved
docs/fastdds/property_policies/non_consolidated_qos.rst Outdated Show resolved Hide resolved
@MiguelCompany MiguelCompany changed the title [20849] Parse max_message_size property in RTPS Writer and RTPS Participant [20849] New max_message_size property to limit output datagrams size May 16, 2024
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
@MiguelCompany
Copy link
Member

@richiprosima Please test_3 docs

@MiguelCompany MiguelCompany merged commit 91d96b8 into master May 17, 2024
4 checks passed
@MiguelCompany MiguelCompany deleted the feature/20489/master branch May 17, 2024 15:21
@MiguelCompany
Copy link
Member

@Mergifyio backport 2.14.x 2.13.x 2.10.x 2.6.x

Copy link

mergify bot commented May 17, 2024

backport 2.14.x 2.13.x 2.10.x 2.6.x

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request May 17, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
#	docs/fastdds/property_policies/non_consolidated_qos.rst
mergify bot pushed a commit that referenced this pull request May 17, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
mergify bot pushed a commit that referenced this pull request May 17, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
#	docs/fastdds/property_policies/non_consolidated_qos.rst
mergify bot pushed a commit that referenced this pull request May 17, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
#	code/XMLTester.xml
#	docs/fastdds/property_policies/non_consolidated_qos.rst
MiguelCompany pushed a commit that referenced this pull request May 20, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
MiguelCompany pushed a commit that referenced this pull request May 20, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
#	docs/fastdds/property_policies/non_consolidated_qos.rst
MiguelCompany pushed a commit that referenced this pull request May 20, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
#	docs/fastdds/property_policies/non_consolidated_qos.rst
MiguelCompany pushed a commit that referenced this pull request May 20, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
#	docs/fastdds/property_policies/non_consolidated_qos.rst
MiguelCompany pushed a commit that referenced this pull request May 20, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
#	docs/fastdds/property_policies/non_consolidated_qos.rst
MiguelCompany pushed a commit that referenced this pull request May 20, 2024
* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)
MiguelCompany pushed a commit that referenced this pull request May 20, 2024
…#776)

* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
#	docs/fastdds/property_policies/non_consolidated_qos.rst

Co-authored-by: elianalf <62831776+elianalf@users.noreply.github.com>
EduPonz pushed a commit that referenced this pull request May 23, 2024
…#774)

* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp

Co-authored-by: elianalf <62831776+elianalf@users.noreply.github.com>
EduPonz pushed a commit that referenced this pull request May 24, 2024
…#775)

* Refs #20849: Add max_message_size property policy docs

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: Apply suggestions

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>

---------

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit 91d96b8)

# Conflicts:
#	code/DDSCodeTester.cpp
#	docs/fastdds/property_policies/non_consolidated_qos.rst

Co-authored-by: elianalf <62831776+elianalf@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants