Skip to content

Rationale of hardcoding resmgr_attr.msg_max_size in message_passing #848

Description

@AEK2HI

Description

In qnx_dispatch_engine, the msg_max_size is hardcoded to 2088 Bytes.

This leads to the problem that the max_send_size configuration of the client is not respected and the message_passing server discards messages bigger than 2088 bytes.

Can this can be made configurable?

Error Occurrence Rate

Reproducible

How to reproduce

The variable of concern is hard coded.
So the effect of discarded messages occurs every time this component is compiled and the binary is executed on QNX

Supporting Information

The variable is hardcoded in the following line of the dispatch engine:

Classification

minor

Affected Version

v0.3.0

Category

  • Safety Related
  • Security Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions