File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,10 @@ class AddrMan
148
148
*
149
149
* @param[in] new_only Whether to only select addresses from the new table. Passing `true` returns
150
150
* an address from the new table or an empty pair. Passing `false` will return an
151
- * address from either the new or tried table (it does not guarantee a tried entry).
152
- * @param[in] network Select only addresses of this network (nullopt = all)
151
+ * empty pair or an address from either the new or tried table (it does not
152
+ * guarantee a tried entry).
153
+ * @param[in] network Select only addresses of this network (nullopt = all). Passing a network may
154
+ * slow down the search.
153
155
* @return CAddress The record for the selected peer.
154
156
* seconds The last time we attempted to connect to that peer.
155
157
*/
You can’t perform that action at this time.
0 commit comments