From eec4f464572fad3181702c5d8a21745066b07b58 Mon Sep 17 00:00:00 2001 From: Avinash Kumar Date: Tue, 5 Sep 2017 11:01:19 -0700 Subject: [PATCH] @6040361 minor modifcation to new ACL API comments --- eos/acl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eos/acl.h b/eos/acl.h index 510550f2..61e73bee 100644 --- a/eos/acl.h +++ b/eos/acl.h @@ -284,7 +284,8 @@ class EOS_SDK_PUBLIC acl_mgr : public base_mgr { /** * Check a connection against any applied ACL to determine if it should be - * dropped. For use with SOCK_STREAM or SOCK_DGRAM. + * dropped, incrementing the ACL counter if so. For use with SOCK_STREAM or + * SOCK_DGRAM. * * @param ip_addr_t Source IP address * @param ip_addr_t Destination IP address @@ -298,7 +299,7 @@ class EOS_SDK_PUBLIC acl_mgr : public base_mgr { /** * Check a packet against any applied ACL to determine if it should be - * dropped. For use with SOCK_DGRAM only. + * dropped, incrementing the ACL counter if so. For use with SOCK_DGRAM only. * * @param ip_addr_t Source IP address * @param ip_addr_t Destination IP address