Skip to content

Commit

Permalink
Maintenance: Clarify unusual IP:Intercept::LookupNat() API
Browse files Browse the repository at this point in the history
----

Cherry-picked SQUID-1005-SO_ORIGINAL_DST-loop-bag63 commit fe29ad05.
  • Loading branch information
rousskov committed Aug 22, 2024
1 parent 46b1009 commit 09679e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ip/Intercept.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ class Intercept
~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 &);

/**
Expand Down

0 comments on commit 09679e3

Please sign in to comment.