dusk-network / kadcast

Official rust implementation of the Kadcast P2P protocol for ultra-efficient message dissemination within Dusk Network
Mozilla Public License 2.0
22 stars 3 forks source link

Implement QUIC-based connections #121

Open fed-franz opened 1 year ago

fed-franz commented 1 year ago

Summary

UDP-based transmissions can be limiting in specific situations (e.g., blockchain synchronization) or might have security issues (e.g. they lack encryption). Using QUIC connections might overcome these issues without introducing excessive overhead.

Possible solution design or implementation

Implement a QUIC-based version of Kadcast and test performances against UDP.