Docs.rs
libutp-rs2-0.1.4
libutp-rs2 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ikatson
Dependencies
anyhow ^1.0.95
normal
bstr ^1.11.3
normal
futures ^0.3.31
normal
lazy_static ^1.5.0
normal
libutp-rs2-sys ^0.1.3
normal
os_socketaddr ^0.2.5
normal
parking_lot ^0.12.3
normal
ringbuf ^0.4.7
normal
socket2 ^0.6
normal
tokio ^1.43.0
normal
tracing ^0.1.41
normal
anyhow ^1.0.95
dev
rand ^0.9.0
dev
tokio ^1.43.0
dev
tracing-subscriber ^0.3
dev
Versions
4%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
UtpUdpContext
libutp_
rs2
0.1.4
UtpUdp
Context
Aliased Type
Methods
new_udp
new_udp_with_opts
In crate libutp_
rs2
libutp_rs2
Type Alias
UtpUdp
Context
Copy item path
Source
pub type UtpUdpContext =
UtpContext
<
UdpSocket
>;
Aliased Type
§
pub struct UtpUdpContext {
/* private fields */
}
Implementations
§
Source
§
impl
UtpUdpContext
Source
pub async fn
new_udp
(bind_addr:
SocketAddr
) ->
Result
<
Arc
<Self>>
Source
pub async fn
new_udp_with_opts
( bind_addr:
SocketAddr
, opts:
UtpOpts
, ) ->
Result
<
Arc
<Self>>