-
Notifications
You must be signed in to change notification settings - Fork 40
Libp2p improvements #1589
Copy link
Copy link
Open
Labels
Milestone
Description
KAGOME team is also maintaining cpp-libp2p library which requires maintenance and improvements:
DOS protection
Not to be susceptible to networking DOS attacks we should limit:
- BufferSize of incoming messages
- Number of opened streams
- Number of opened connections
WebRTC
QUIC
Helpful links
Solana quic in C https://twitter.com/jump_firedancer/status/1654124396062158850?t=7esQKKDEEO_TlpZm3NF6ow&s=19
Tasks List:
Reactions are currently unavailable