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 2022/05/10 20:02:41 UTC

[GitHub] [trafficserver] randall commented on a diff in pull request #8818: Expose setting some HTTP/2 tunables via sni.yaml

randall commented on code in PR #8818:
URL: https://github.com/apache/trafficserver/pull/8818#discussion_r869634201


##########
iocore/net/I_NetVConnection.h:
##########
@@ -187,6 +187,8 @@ struct NetVCOptions {
   uint32_t packet_tos;
   uint32_t packet_notsent_lowat;
 
+  uint32_t http2_buffer_water_mark;

Review Comment:
   That sounds reasonable. 
   
   And yes, I remember connection coalescing. I work for a CDN that tends to keep SANs for certs separated by SNI. ;) How this works today, is perfect for our use case. But I understand others probably do not work in the same way. 



-- 
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