mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Adds basic inbound/outbound upgrades for eth2 rpc
This commit is contained in:
@@ -19,7 +19,7 @@ use slog::o;
|
||||
use std::marker::PhantomData;
|
||||
use tokio::io::{AsyncRead, AsyncWrite};
|
||||
|
||||
/// This struct implements the libp2p `NetworkBehaviour` trait and therefore manages network-level
|
||||
/// Rpc implements the libp2p `NetworkBehaviour` trait and therefore manages network-level
|
||||
/// logic.
|
||||
pub struct Rpc<TSubstream> {
|
||||
/// Queue of events to processed.
|
||||
|
||||
Reference in New Issue
Block a user