Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement QUIC-based connections #121

Open
fed-franz opened this issue Feb 28, 2023 · 0 comments
Open

Implement QUIC-based connections #121

fed-franz opened this issue Feb 28, 2023 · 0 comments
Labels
type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc)

Comments

@fed-franz
Copy link
Contributor

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.

@fed-franz fed-franz added the type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc) label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc)
Projects
None yet
Development

No branches or pull requests

1 participant