API: add ea_alpn that is used when not in HTTP mode

This commit is contained in:
Dmitri Tikhonov 2020-02-18 09:38:41 -05:00
parent abc972dafe
commit fa4561dcea
4 changed files with 69 additions and 24 deletions

View file

@ -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;
};
/**