comparison README @ 8657:2dfc5ef29973 quic

QUIC: introduced QUIC buffers. Buffers are used to hold frame data. They have a fixed size and are reused after being freed.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 01 Dec 2020 19:11:01 +0000
parents dd8e50e11bfc
children 27bd6dc24426
comparison
equal deleted inserted replaced
8656:43f3574b3e6f 8657:2dfc5ef29973
235 + If you want to investigate deeper, you may want to enable 235 + If you want to investigate deeper, you may want to enable
236 additional debugging in src/event/ngx_event_quic.h: 236 additional debugging in src/event/ngx_event_quic.h:
237 237
238 #define NGX_QUIC_DEBUG_PACKETS 238 #define NGX_QUIC_DEBUG_PACKETS
239 #define NGX_QUIC_DEBUG_FRAMES 239 #define NGX_QUIC_DEBUG_FRAMES
240 #define NGX_QUIC_DEBUG_FRAMES_ALLOC 240 #define NGX_QUIC_DEBUG_ALLOC
241 #define NGX_QUIC_DEBUG_CRYPTO 241 #define NGX_QUIC_DEBUG_CRYPTO
242 242
243 6. Contributing 243 6. Contributing
244 244
245 If you are willing to contribute, please refer to 245 If you are willing to contribute, please refer to