Welcome! Log In Create A New Profile

Advanced

[PATCH 0 of 4] [QUIC] avoid pool allocations

Vladimir Homutov
February 21, 2022 06:12AM
it is desirable to avoid pool allocations at early stages of quic connection
processing. Currently, code in protection.c and tokens.c allocates memory
dynamically, while this is not strictly necessary, as allocated objects have
fixed size and sometimes short lifetime. The patchset revises this cases
and removes pool usage.

This patchset prepares base to more lightweight early packet processing
(parsing, retry and rejection with error without creating connection object
and memory allocations)


_______________________________________________
nginx-devel mailing list -- nginx-devel@nginx.org
To unsubscribe send an email to nginx-devel-leave@nginx.org
Subject Author Views Posted

[PATCH 0 of 4] [QUIC] avoid pool allocations

Vladimir Homutov 545 February 21, 2022 06:12AM

[PATCH 1 of 4] QUIC: fixed-length buffers for secrets

Vladimir Homutov 110 February 21, 2022 06:14AM

Re: [PATCH 1 of 4] QUIC: fixed-length buffers for secrets

Sergey Kandaurov 108 February 21, 2022 09:54AM

Re: [PATCH 1 of 4] QUIC: fixed-length buffers for secrets

Vladimir Homutov 134 February 22, 2022 05:26AM

Re: [PATCH 1 of 4] QUIC: fixed-length buffers for secrets

Roman Arutyunyan 80 May 31, 2022 02:34AM

[PATCH 2 of 4] QUIC: avoided pool usage in ngx_quic_protection.c

Vladimir Homutov 108 February 21, 2022 06:16AM

Re: [PATCH 2 of 4] QUIC: avoided pool usage in ngx_quic_protection.c

Roman Arutyunyan 75 May 31, 2022 02:36AM

[PATCH 3 of 4] QUIC: removed ngx_quic_keys_new()

Vladimir Homutov 159 February 21, 2022 06:18AM

Re: [PATCH 3 of 4] QUIC: removed ngx_quic_keys_new()

Roman Arutyunyan 97 May 31, 2022 02:44AM

[PATCH 4 of 4] QUIC: avoided pool usage in token calculation

Vladimir Homutov 108 February 21, 2022 06:20AM

Re: [PATCH 4 of 4] QUIC: avoided pool usage in token calculation

Roman Arutyunyan 116 May 31, 2022 02:56AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 307
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready