You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/08/04 02:27:37 UTC

[GitHub] [trafficserver] maskit commented on issue #8199: Should have separate values for stream and session windows in HTTP/2

maskit commented on issue #8199:
URL: https://github.com/apache/trafficserver/issues/8199#issuecomment-892310279


   Having higher session window size than stream window size means that you can't fully utilize the connection if you have just one stream. I think that's the reason why default session window size and default stream window size have the same size. When you have multiple streams on a session, the session window size should be shared equally (or fairly) by the streams. I think just increasing `initial_window_size_in` should work for any cases. But I may be missing something if many clients has higher session window size.


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

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