diff options
| author | Vladimir Homutov <vl@nginx.com> | 2020-04-14 12:06:32 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2020-04-14 12:06:32 +0300 |
| commit | fbf6494f5fef81a402b58f695edd2b285b27c53a (patch) | |
| tree | 526d6a62fb3520a56cfe2cd9ec43c27c4e2cc54d /src/misc/ngx_cpp_test_module.cpp | |
| parent | 987a1216e7a9cdbff02c0ac43b0ebbf50476ba26 (diff) | |
| download | nginx-fbf6494f5fef81a402b58f695edd2b285b27c53a.tar.gz nginx-fbf6494f5fef81a402b58f695edd2b285b27c53a.tar.bz2 | |
Rename types and variables used for packet number space.
Quote: Conceptually, a packet number space is the context in which a packet
can be processed and acknowledged.
ngx_quic_namespace_t => ngx_quic_send_ctx_t
qc->ns => qc->send_ctx
ns->largest => send_ctx->largest_ack
The ngx_quic_ns(level) macro now returns pointer, not just index:
ngx_quic_get_send_ctx(c->quic, level)
ngx_quic_retransmit_ns() => ngx_quic_retransmit()
ngx_quic_output_ns() => ngx_quic_output_frames()
Diffstat (limited to 'src/misc/ngx_cpp_test_module.cpp')
0 files changed, 0 insertions, 0 deletions
