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_r383910994
##########
File path: src/policy.h
##########
@@ -39,6 +39,7 @@ struct qd_policy_denial_counts_s {
int sessionDenied;
int senderDenied;
int receiverDenied;
+ int maxSizeMessagesDenied;
Review comment:
In general don't we use unsigned values for counters elsewhere (like in the
core code - all counters are 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]