mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
API: add ea_alpn that is used when not in HTTP mode
This commit is contained in:
parent
abc972dafe
commit
fa4561dcea
4 changed files with 69 additions and 24 deletions
|
@ -1019,6 +1019,12 @@ struct lsquic_engine_api
|
|||
*/
|
||||
const struct lsquic_keylog_if *ea_keylog_if;
|
||||
void *ea_keylog_ctx;
|
||||
|
||||
/**
|
||||
* The optional ALPN string is used by the client @ref LSENG_HTTP
|
||||
* is not set.
|
||||
*/
|
||||
const char *ea_alpn;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue