]> git.kaiwu.me - nginx.git/commit
QUIC: renamed input handling functions.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 27 Dec 2021 13:15:28 +0000 (16:15 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 27 Dec 2021 13:15:28 +0000 (16:15 +0300)
commit3662e0c83b41f0dceb0d7deac344cb9e38460476
treee8b2a2301c30fdb9a9b7243531f938549767557d
parentcf96432910430b4be66d333d17a32c0f481cd942
QUIC: renamed input handling functions.

Now these functions have names ngx_quic_handle_XXX():

  - ngx_quic_process_stateless_reset() -> ngx_quic_handle_stateless_reset()
  - ngx_quic_input() -> ngx_quic_handle_datagram()
  - ngx_quic_process_packet() -> ngx_quic_handle_packet()
  - ngx_quic_process_payload() -> ngx_quic_handle_payload()
src/event/quic/ngx_event_quic.c