[doc] Update comments

Maintain comments on the external interfaces rather than on the internal
functions that implement them.
This commit is contained in:
Amiti Uttarwar
2021-09-03 17:27:11 -07:00
parent 14f9e000d0
commit 29727c2aa1
3 changed files with 16 additions and 30 deletions

View File

@@ -23,7 +23,7 @@
static constexpr uint32_t ADDRMAN_TRIED_BUCKETS_PER_GROUP{8};
/** Over how many buckets entries with new addresses originating from a single group are spread */
static constexpr uint32_t ADDRMAN_NEW_BUCKETS_PER_SOURCE_GROUP{64};
/** Maximum number of times an address can be added to the new table */
/** Maximum number of times an address can occur in the new table */
static constexpr int32_t ADDRMAN_NEW_BUCKETS_PER_ADDRESS{8};
/** How old addresses can maximally be */
static constexpr int64_t ADDRMAN_HORIZON_DAYS{30};