Skip to content

Commit c0b5766

Browse files
update doc
1 parent e3551cf commit c0b5766

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ nodes can ask us about our neighbors and gradually lead to the node that has the
3535
- [x] respond to announce
3636
- [x] respond to find node
3737
- [x] expiration for swarm table
38-
- [ ] ping and prune for routing table
38+
- [x] ping and prune for routing table
3939
- [x] upload to <https://crates.io>
4040

4141
## state of the development

dht/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
//! - [x] respond to get peers
3232
//! - [x] respond to announce
3333
//! - [x] respond to find node
34-
//! - [ ] expiration for hash table
35-
//! - [ ] ping and prune for routing table
34+
//! - [x] expiration for hash table
35+
//! - [x] ping and prune for routing table
3636
//! - [x] upload to crate.io
3737
//!
3838
//! ## state of the development

0 commit comments

Comments
 (0)