File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,10 @@ class CAddrInfo : public CAddress
110
110
*
111
111
* To that end:
112
112
* * Addresses are organized into buckets.
113
- * * Address that have not yet been tried go into 1024 "new" buckets.
114
- * * Based on the address range (/16 for IPv4) of source of the information, 64 buckets are selected at random
113
+ * * Addresses that have not yet been tried go into 1024 "new" buckets.
114
+ * * Based on the address range (/16 for IPv4) of the source of information, 64 buckets are selected at random.
115
115
* * The actual bucket is chosen from one of these, based on the range in which the address itself is located.
116
- * * One single address can occur in up to 8 different buckets, to increase selection chances for addresses that
116
+ * * One single address can occur in up to 8 different buckets to increase selection chances for addresses that
117
117
* are seen frequently. The chance for increasing this multiplicity decreases exponentially.
118
118
* * When adding a new address to a full bucket, a randomly chosen entry (with a bias favoring less recently seen
119
119
* ones) is removed from it first.
You can’t perform that action at this time.
0 commit comments