Skip to content

Reduce Connection lifetime memory usage #1829

@anrossi

Description

@anrossi

A number of fields included on QUIC_CONNECTIONs are only used during the handshake. Keeping these values around after the handshake is a waste of memory on the server.
Analyze all these member fields and collect them into their own object which is allocated from a lookaside list and freed once the handshake is complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: CoreRelated to the shared, core protocol logicfeature requestA request for new functionality

    Type

    Projects

    Status

    Should be written

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions