File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ nodes can ask us about our neighbors and gradually lead to the node that has the
35
35
- [x] respond to announce
36
36
- [x] respond to find node
37
37
- [x] expiration for swarm table
38
- - [ ] ping and prune for routing table
38
+ - [x ] ping and prune for routing table
39
39
- [x] upload to < https://crates.io >
40
40
41
41
## state of the development
Original file line number Diff line number Diff line change 31
31
//! - [x] respond to get peers
32
32
//! - [x] respond to announce
33
33
//! - [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
36
36
//! - [x] upload to crate.io
37
37
//!
38
38
//! ## state of the development
You can’t perform that action at this time.
0 commit comments