Skip to content

Commit 4305f78

Browse files
Daniel Kuehrtizoc
authored andcommitted
docs(status): update (fuzzing)
1 parent c973252 commit 4305f78

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

status.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,10 @@
191191
- [ ] DNS support.
192192
- [x] Pnet protocol.
193193
- [x] Multistream select protocol.
194-
- [ ] Handle simultaneous connect case.
194+
- [x] Handle simultaneous connect case.
195195
- [x] Noise protocol for outgoing connections.
196196
- [x] Noise protocol for incoming connections.
197+
- [x] Forbid connections whose negotiated peer-id don't match the one in the dial-opts or routing table.
197198
- [x] Yamux multiplexer.
198199
- [ ] Yamux congestion control.
199200

@@ -240,6 +241,9 @@
240241
- [x] Noise mutator.
241242
- [x] Yamux mutator.
242243
- [x] Stream-based protocols mutators: Identify, Kad, Meshsub, RPCs.
244+
- [x] Fixed bugs found by fuzzing
245+
- [x] Connection management / resources leak issues.
246+
- [x] Panics in Kad due incorrect buffer index calculations.
243247

244248
## P2P Related Tests <a name="p2p-tests"></a>
245249

0 commit comments

Comments
 (0)