You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/09/20 23:02:40 UTC

[GitHub] [trafficserver] masaori335 commented on a change in pull request #7661: Add Pre-warm TLS Tunnel

masaori335 commented on a change in pull request #7661:
URL: https://github.com/apache/trafficserver/pull/7661#discussion_r712571598



##########
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:
       Right




-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org