Struct jito_core::tpu::TpuSockets
source · pub struct TpuSockets {
pub transactions_sockets: Vec<UdpSocket>,
pub transactions_forward_sockets: Vec<UdpSocket>,
pub transactions_quic_sockets: UdpSocket,
pub transactions_forwards_quic_sockets: UdpSocket,
}Fields§
§transactions_sockets: Vec<UdpSocket>§transactions_forward_sockets: Vec<UdpSocket>§transactions_quic_sockets: UdpSocket§transactions_forwards_quic_sockets: UdpSocketAuto Trait Implementations§
impl RefUnwindSafe for TpuSockets
impl Send for TpuSockets
impl Sync for TpuSockets
impl Unpin for TpuSockets
impl UnwindSafe for TpuSockets
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Requestsource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request