mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Connection ID Steering (#165)
This commit is contained in:
parent
fcd21c67ff
commit
ece7c94dac
6 changed files with 30 additions and 5 deletions
|
@ -1186,6 +1186,12 @@ struct lsquic_engine_api
|
|||
*/
|
||||
const struct lsquic_packout_mem_if *ea_pmi;
|
||||
void *ea_pmi_ctx;
|
||||
|
||||
/**
|
||||
* Optional interface to control the creation of connection IDs
|
||||
*/
|
||||
void (*es_generate_scid)(lsquic_conn_t *, lsquic_cid_t *, unsigned);
|
||||
|
||||
/**
|
||||
* Optional interface to report new and old source connection IDs.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue