Struct solana_core::contact_info::ContactInfo [−][src]
Structure representing a node on the network
Fields
id: Pubkey
gossip: SocketAddr
gossip address
tvu: SocketAddr
address to connect to for replication
tvu_forwards: SocketAddr
address to forward shreds to
repair: SocketAddr
address to send repair responses to
tpu: SocketAddr
transactions address
tpu_forwards: SocketAddr
address to forward unprocessed transactions to
unused: SocketAddr
address to which to send bank state requests
rpc: SocketAddr
address to which to send JSON-RPC requests
rpc_pubsub: SocketAddr
websocket for JSON-RPC push notifications
serve_repair: SocketAddr
address to send repair requests to
wallclock: u64
latest wallclock picked
shred_version: u16
node shred version
Implementations
impl ContactInfo
[src][−]
pub fn new_localhost(id: &Pubkey, now: u64) -> Self
[src]
pub fn new_gossip_entry_point(gossip_addr: &SocketAddr) -> Self
[src]
pub fn is_valid_address(addr: &SocketAddr) -> bool
[src][−]
port must not be 0 ip must be specified and not multicast loopback ip is only allowed in tests
pub fn client_facing_addr(&self) -> (SocketAddr, SocketAddr)
[src]
pub fn valid_client_facing_addr(&self) -> Option<(SocketAddr, SocketAddr)>
[src]
Trait Implementations
impl Clone for ContactInfo
[src][+]
impl Debug for ContactInfo
[src][+]
impl Default for ContactInfo
[src][+]
impl<'de> Deserialize<'de> for ContactInfo
[src][+]
impl Eq for ContactInfo
[src]
impl Ord for ContactInfo
[src][+]
impl PartialEq<ContactInfo> for ContactInfo
[src][+]
impl PartialOrd<ContactInfo> for ContactInfo
[src][+]
impl Sanitize for ContactInfo
[src][+]
impl Serialize for ContactInfo
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ContactInfo
impl Send for ContactInfo
impl Sync for ContactInfo
impl Unpin for ContactInfo
impl UnwindSafe for ContactInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,