Skip to content

Commit

Permalink
doc: improve NetGroupManager::GetMappedAS() doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Nov 8, 2024
1 parent b285a59 commit feb15e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/netgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ class NetGroupManager {
std::vector<unsigned char> GetGroup(const CNetAddr& address) const;

/**
* Get the autonomous system on the BGP path to address.
* Get the autonomous system number at the end of the BGP path to the IP address.
*
* The ip->AS mapping depends on how asmap is constructed.
* The IP->AS mapping depends on how the AS map is constructed.
*/
uint32_t GetMappedAS(const CNetAddr& address) const;

Expand Down

0 comments on commit feb15e6

Please sign in to comment.