mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fix typo in internals.rst (#342)
This commit is contained in:
parent
e1c20fcbee
commit
83eb86cb6d
1 changed files with 1 additions and 1 deletions
|
@ -1854,7 +1854,7 @@ idle timer.
|
|||
The function ``process_incoming_packet`` contains some client-only logic
|
||||
for processing version negotiation and stateless retry packets. In the
|
||||
normal case, ``process_regular_packet()`` is called. This is where the
|
||||
incoming process is decrypted, the `Receive
|
||||
incoming packet is decrypted, the `Receive
|
||||
History <#receive-history>`__ is updated, ``parse_regular_packet()`` is
|
||||
called, and some post-processing takes place (most importantly,
|
||||
scheduling an ACK to be sent).
|
||||
|
|
Loading…
Reference in a new issue