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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
