Skip to content

Bug: message_passing ServerConfig contains unused fields #137

@NEOatNHNG

Description

@NEOatNHNG

Description

std::uint32_t max_queued_sends; ///< Maximum number of Send messages by clients queued on server side.
///< shall be at least 1
std::uint32_t pre_alloc_connections; ///< Number of preallocated server connections.
///< 0 if there is no preallocation (fine for QM apps,
///< but bad for monotonic memory allocation)

The fields max_queued_sends and max_queued_notifies are not unused and should therefore probably be removed.

At least their documentation should state that they have no effect if removal is not possible due to backward compatibility reasons.

Error Occurrence Rate

None

How to reproduce

No response

Supporting Information

No response

Classification

minor

Affected Version

1.0

Expected Closure Version

0.5

Category

  • Safety Related
  • Security Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions