You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: