Fix typo in tutorial (#225)

This commit is contained in:
Nan Xiao 2021-02-01 22:51:51 +08:00 committed by GitHub
parent 5650ee6cd6
commit 9a7f663e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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