gemmellr commented on pull request #890:
URL: https://github.com/apache/qpid-dispatch/pull/890#issuecomment-714634161


   >Dispatch listener config defines a maxFrameSize and a maxSessionFrames
   the product of which is equal to the capacity to be configured in Proton.
   
   > Dispatch vhostUserGroup policy defines a maxFrameSize and a
   maxSessionWindow. The maxSessionWindow is passed directly to Proton
   as the capacity.
   
   Why do they differ? How do they interact? Does maxSessionWindow say default 
to 0, and overrides the value calculated by the other stuff if set?
   
   Aside: what would it do if on a 32bit system the maxSessionWindow was 
configured above the '32bit cap' now calculated by the other bits, is it 
truncated before it is 'passed directly' (say giving similar effect to the 
overflow in calcs), or does the config cause a bang?


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to