mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fix typo in tutorial (#225)
This commit is contained in:
parent
5650ee6cd6
commit
9a7f663e1a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ a struct of type :type:`lsquic_engine_api`. This structure lists
|
|||
several user-specified function pointers that the engine is to use
|
||||
to perform various functions. Mandatory among these are:
|
||||
|
||||
- function to set packets out, :member:`lsquic_engine_api.ea_packets_out`;
|
||||
- function to send packets out, :member:`lsquic_engine_api.ea_packets_out`;
|
||||
- functions linked to connection and stream events,
|
||||
:member:`lsquic_engine_api.ea_stream_if`;
|
||||
- function to look up certificate to use, :member:`lsquic_engine_api.ea_lookup_cert` (in server mode); and
|
||||
|
|
Loading…
Reference in a new issue