kgiusti commented on a change in pull request #692: DISPATCH-975: Implement
max-message-size policy restrictions
URL: https://github.com/apache/qpid-dispatch/pull/692#discussion_r383910287
##########
File path: src/policy.h
##########
@@ -49,6 +50,7 @@ struct qd_policy__settings_s {
int maxSessions;
int maxSenders;
int maxReceivers;
+ int maxMessageSize;
Review comment:
recommend uint64_t
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]