lighthouse/boot_node/src
Age Manning e4ed317b76 Add Experimental QUIC support (#4577)
## Issue Addressed

#4402 

## Proposed Changes

This PR adds QUIC support to Lighthouse. As this is not officially spec'd this will only work between lighthouse <-> lighthouse connections. We attempt a QUIC connection (if the node advertises it) and if it fails we fallback to TCP. 

This should be a backwards compatible modification. We want to test this functionality on live networks to observe any improvements in bandwidth/latency.

NOTE: This also removes the websockets transport as I believe no one is really using it. It should be mentioned in our release however.


Co-authored-by: João Oliveira <hello@jxs.pt>
2023-09-15 03:07:24 +00:00
..
cli.rs Improve ENR logic for ipv6 (#4395) 2023-06-19 23:53:25 +00:00
config.rs Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
lib.rs Fix clippy lints for rust 1.62 (#3300) 2022-06-30 22:51:49 +00:00
server.rs Update discv5 to expand ipv6 support (#4319) 2023-06-13 01:25:05 +00:00