mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-07 10:18:01 +00:00
MINOR: cfgparse: Update for "cluster-secret" keyword for QUIC Retry
The QUIC Retry feature is disabled if no "cluster-secret" setting was set.
This commit is contained in:
parent
3f3ff47998
commit
ad20a56971
@ -1170,8 +1170,9 @@ cluster-secret <secret>
|
|||||||
Define an ASCII string secret shared between several nodes belonging to the
|
Define an ASCII string secret shared between several nodes belonging to the
|
||||||
same cluster. It could be used for different usages. It is at least used to
|
same cluster. It could be used for different usages. It is at least used to
|
||||||
derive stateless reset tokens for all the QUIC connections instantiated by
|
derive stateless reset tokens for all the QUIC connections instantiated by
|
||||||
this process. If you do not set this parameter, the stateless reset QUIC
|
this process. This is also the case to derive secrets used to encrypt Retry
|
||||||
feature will be silently disabled.
|
tokens. If you do not set this parameter, the stateless reset and Retry QUIC
|
||||||
|
features will be both silently disabled.
|
||||||
|
|
||||||
close-spread-time <time>
|
close-spread-time <time>
|
||||||
Define a time window during which idle connections and active connections
|
Define a time window during which idle connections and active connections
|
||||||
|
@ -4010,8 +4010,8 @@ out_uri_auth_compat:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (diag_no_cluster_secret)
|
if (diag_no_cluster_secret)
|
||||||
ha_diag_warning("No cluster secret was set. The stateless reset feature"
|
ha_diag_warning("No cluster secret was set. The stateless reset and Retry"
|
||||||
" is disabled for all QUIC bindings.\n");
|
" features are disabled for all QUIC bindings.\n");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Recount currently required checks.
|
* Recount currently required checks.
|
||||||
|
Loading…
Reference in New Issue
Block a user