comparison src/event/ngx_event_quic.h @ 8365:fab75acb1f72 quic

Respect MAX_DATA and MAX_STREAM_DATA from QUIC client.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 28 Apr 2020 16:37:32 +0300
parents eee307399229
children 9d9531431c8c
comparison
equal deleted inserted replaced
8364:eee307399229 8365:fab75acb1f72
69 ngx_rbtree_node_t node; 69 ngx_rbtree_node_t node;
70 ngx_connection_t *parent; 70 ngx_connection_t *parent;
71 ngx_connection_t *c; 71 ngx_connection_t *c;
72 uint64_t id; 72 uint64_t id;
73 uint64_t acked; 73 uint64_t acked;
74 uint64_t send_max_data;
74 ngx_buf_t *b; 75 ngx_buf_t *b;
75 ngx_quic_frames_stream_t fs; 76 ngx_quic_frames_stream_t fs;
76 }; 77 };
77 78
78 79