You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making bucket size configurable. Currently `K_VALUE` is used by default, and the only way to change the bucket size is to edit the const.
Resolves#5389
Pull-Request: #5414.
Copy file name to clipboardExpand all lines: protocols/kad/CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
- Included multiaddresses of found peers alongside peer IDs in `GetClosestPeers` query results.
4
4
See [PR 5475](https://github.com/libp2p/rust-libp2p/pull/5475)
5
5
- Changed `FIND_NODE` response: now includes a list of closest peers when querying the recipient peer ID. Previously, this request yielded an empty response.
6
-
See [PR 5270](https://github.com/libp2p/rust-libp2p/pull/5270)
7
-
- Update to DHT republish interval and expiration time defaults to 22h and 48h respectively, rationale in [libp2p/specs#451](https://github.com/libp2p/specs/pull/451)
8
-
See [PR 3230](https://github.com/libp2p/rust-libp2p/pull/3230)
6
+
See [PR 5270](https://github.com/libp2p/rust-libp2p/pull/5270).
7
+
- Update to DHT republish interval and expiration time defaults to 22h and 48h respectively, rationale in [libp2p/specs#451](https://github.com/libp2p/specs/pull/451).
8
+
See [PR 3230](https://github.com/libp2p/rust-libp2p/pull/3230).
9
9
- Use default dial conditions more consistently.
10
10
See [PR 4957](https://github.com/libp2p/rust-libp2p/pull/4957)
11
11
- QueryClose progress whenever closer in range, instead of having to be the closest.
@@ -19,6 +19,8 @@
19
19
See [PR 5148](https://github.com/libp2p/rust-libp2p/pull/5148).
20
20
- Derive `Copy` for `kbucket::key::Key<T>`.
21
21
See [PR 5317](https://github.com/libp2p/rust-libp2p/pull/5317).
22
+
⁻ `KBucket` size can now be modified without changing the `K_VALUE`.
23
+
See [PR 5414](https://github.com/libp2p/rust-libp2p/pull/5414).
22
24
- Use `web-time` instead of `instant`.
23
25
See [PR 5347](https://github.com/libp2p/rust-libp2p/pull/5347).
0 commit comments