Docs.rs
solana-net-utils-2.1.2
solana-net-utils 2.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
bincode ^1.3.3
normal
clap ^3.1.5
normal
optional
crossbeam-channel ^0.5.13
normal
log ^0.4.22
normal
nix ^0.29.0
normal
rand ^0.8.5
normal
serde ^1.0.213
normal
serde_derive ^1.0.213
normal
socket2 ^0.5.7
normal
solana-logger =2.1.2
normal
optional
solana-sdk =2.1.2
normal
solana-version =2.1.2
normal
optional
tokio ^1.29.1
normal
url ^2.5.2
normal
solana-logger =2.1.2
dev
Versions
10.81%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solana_
net_
utils
2.1.2
solana_net_utils
Function
bind_to_with_config
Copy item path
Source
pub fn bind_to_with_config( ip_addr:
IpAddr
, port:
u16
, config:
SocketConfig
, ) ->
Result
<
UdpSocket
>