Skip to content

Determining Packet Buffer Size is Blocked on MSRV #31

Description

@guyfleeman

Right now we only send the exact packet length on the wire. Automatically determining the size is easy with size_of, but since there are multiple sub packets, we'd need to use core::cmp::max in a const context. This is available in latest nightly, but not on 1.91. When we update our MSRV, we should finish this automation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions