duke8253 commented on a change in pull request #7661:
URL: https://github.com/apache/trafficserver/pull/7661#discussion_r711299387
##########
File path: iocore/net/YamlSNIConfig.h
##########
@@ -77,6 +85,14 @@ struct YamlSNIConfig {
unsigned long protocol_mask;
std::vector<int> tunnel_alpn{};
+ bool tunnel_prewarm_srv = false;
+ uint32_t tunnel_prewarm_min = 0;
+ int32_t tunnel_prewarm_max = -1;
+ double tunnel_prewarm_rate = 1.0;
+ uint32_t tunnel_prewarm_connect_timeout = 0;
Review comment:
I'm assuming `0` here means no timeouts?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]