From: Alex Rousskov Date: Fri, 23 Aug 2024 04:33:01 +0000 (+0000) Subject: Maintenance: Clarify unusual IP:Intercept::LookupNat() API (#1894) X-Git-Tag: SQUID_7_0_1~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54388f5c79430ec2cc9d9df20b115326a06d8a65;p=thirdparty%2Fsquid.git Maintenance: Clarify unusual IP:Intercept::LookupNat() API (#1894) --- diff --git a/src/ip/Intercept.h b/src/ip/Intercept.h index adfac7753d..f47b810d56 100644 --- a/src/ip/Intercept.h +++ b/src/ip/Intercept.h @@ -33,6 +33,9 @@ public: ~Intercept() {}; /// perform NAT lookups for the local address of the given connection + /// \return true to indicate a successful lookup + /// \return false on errors that do not warrant listening socket closure + /// \throw exception on errors that warrant listening socket closure bool LookupNat(const Comm::Connection &); /**