Replies: 1 comment
-
writer_qos.writer_resource_limits().reader_filters_allocation.maximum |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an already existing issue for this?
Expected behavior
The 32-signature limit in
PID_CONTENT_FILTER_INFO
submessage violates RTPS v2.2 specification (section 9.6.3.1), which does not define any upper bound for signatures. We recommend extending it to at least 256.Current behavior
When using content filtering, the
PID_CONTENT_FILTER_INFO
submessage enforces a maximum of 32 signatures, which conflicts with RTPS v2.2 specification (section 9.6.3.1).Steps to reproduce
Fast DDS version/commit
3.0.1
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
UDPv4
Additional context
XML configuration file
Relevant log output
Network traffic capture
No response
Beta Was this translation helpful? Give feedback.
All reactions