Skip to content

Commit

Permalink
Maintenance: Clarify unusual IP:Intercept::LookupNat() API (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
rousskov authored and squid-anubis committed Aug 24, 2024
1 parent 64b6288 commit 54388f5
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 54388f5

Please sign in to comment.