mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.26.0
- [OPTIMIZATION] Adjust packet reordering threshold when spurious losses are detected. - [API] Pass pointer to local sockaddr to ea_get_ssl_ctx() callback.
This commit is contained in:
parent
7f96c7c7f3
commit
fcbdf653b6
11 changed files with 98 additions and 25 deletions
|
@ -24,7 +24,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define LSQUIC_MAJOR_VERSION 2
|
||||
#define LSQUIC_MINOR_VERSION 25
|
||||
#define LSQUIC_MINOR_VERSION 26
|
||||
#define LSQUIC_PATCH_VERSION 0
|
||||
|
||||
/**
|
||||
|
@ -1274,7 +1274,8 @@ struct lsquic_engine_api
|
|||
lsquic_lookup_cert_f ea_lookup_cert;
|
||||
void *ea_cert_lu_ctx;
|
||||
/** Mandatory callback for server, optional for client. */
|
||||
struct ssl_ctx_st * (*ea_get_ssl_ctx)(void *peer_ctx);
|
||||
struct ssl_ctx_st * (*ea_get_ssl_ctx)(void *peer_ctx,
|
||||
const struct sockaddr *local);
|
||||
/**
|
||||
* Shared hash interface is optional. If set to zero, performance of
|
||||
* multiple LSQUIC instances will be degraded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue