lighthouse/beacon_node/network/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
..
network_beacon_processor Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
service Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
subnet_service Do not log slot clock error prior to genesis (#4657) 2023-08-28 00:55:32 +00:00
sync Fix disable backfill flag not working correctly (#4615) 2023-08-14 06:08:34 +00:00
error.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
lib.rs Move the BeaconProcessor into a new crate (#4435) 2023-07-10 07:45:54 +00:00
metrics.rs Move the BeaconProcessor into a new crate (#4435) 2023-07-10 07:45:54 +00:00
nat.rs Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
persisted_dht.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
router.rs Move the BeaconProcessor into a new crate (#4435) 2023-07-10 07:45:54 +00:00
service.rs Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
status.rs enable 4844 at epoch 3 2022-09-18 12:13:03 +02:00