nginx/src/event
Sergey Kandaurov b4719e8ea4 Advertizing MAX_STREAMS (0x12) credit in advance.
This makes sending large number of bidirectional stream work within ngtcp2,
which doesn't bother sending optional STREAMS_BLOCKED when exhausted.

This also introduces tracking currently opened and maximum allowed streams.
2020-04-03 13:49:44 +03:00
..
modules Events: available bytes calculation via ioctl(FIONREAD). 2019-10-17 16:02:19 +03:00
ngx_event_accept.c Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c. 2018-06-01 16:55:49 +03:00
ngx_event_acceptex.c Removed unused flag accept_context_updated from ngx_event_t. 2016-06-29 14:30:00 +03:00
ngx_event_connect.c Upstream: proxy_socket_keepalive and friends. 2018-10-03 14:08:51 +03:00
ngx_event_connect.h Modules compatibility: down flag in ngx_peer_connection_t. 2019-01-31 17:25:03 +03:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_openssl_stapling.c OCSP stapling: fixed segfault with dynamic certificate loading. 2019-04-15 19:13:09 +03:00
ngx_event_openssl.c Fixed client certificate verification. 2020-03-23 20:48:34 +03:00
ngx_event_openssl.h Moved setting QUIC methods to runtime. 2020-03-18 16:37:16 +03:00
ngx_event_pipe.c Event pipe: disabled c->read->available checking for SSL. 2019-10-17 16:02:03 +03:00
ngx_event_pipe.h Modules compatibility: compatibility with NGX_THREADS. 2016-10-10 18:44:17 +03:00
ngx_event_posted.c SSL: reworked posted next events again. 2019-12-27 19:43:01 +03:00
ngx_event_posted.h SSL: reworked posted next events again. 2019-12-27 19:43:01 +03:00
ngx_event_quic_protection.c Fixed computing nonce again, by properly shifting packet number. 2020-04-03 13:49:40 +03:00
ngx_event_quic_protection.h Refactored QUIC secrets storage. 2020-04-01 14:25:25 +03:00
ngx_event_quic_transport.c Implemented retransmission and retransmit queue. 2020-04-01 17:06:26 +03:00
ngx_event_quic_transport.h Implemented retransmission and retransmit queue. 2020-04-01 17:06:26 +03:00
ngx_event_quic.c Advertizing MAX_STREAMS (0x12) credit in advance. 2020-04-03 13:49:44 +03:00
ngx_event_quic.h Safe QUIC stream creation. 2020-03-25 12:56:21 +03:00
ngx_event_timer.c Fixed a comment. 2017-03-17 12:09:31 +03:00
ngx_event_timer.h Cancelable timers are now preserved if there are other timers. 2017-03-07 18:51:15 +03:00
ngx_event_udp.c Prevented scheduling events on a shared connection. 2019-01-14 20:36:23 +03:00
ngx_event.c HTTP/3. 2020-03-13 19:36:33 +03:00
ngx_event.h Events: available bytes calculation via ioctl(FIONREAD). 2019-10-17 16:02:19 +03:00