Docs.rs
udp-pool-0.4.2
udp-pool 0.4.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
xiaoquanjie
Dependencies
bytes ^1.10
normal
net-pool ^0.5
normal
tokio ^1.44
normal
tracing ^0.1
normal
optional
tokio ^1.44
dev
tracing-subscriber ^0.3
dev
Versions
7.14%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Module pool
udp_
pool
0.4.2
Module pool
Module Items
Structs
Traits
Functions
In crate udp_
pool
udp_pool
Module
pool
Copy item path
Source
Structs
§
Pool
udp连接池 连接池中的连接受max_conn数据限制 默认的keepalive是5分钟 有两种行为会导致连接池中的连接被释放 1. remove_backend被调用清除后端地址, 这会导致该地址的所有连接失效 2. 连接keepalive时间后没有数据发送
Traits
§
UdpPool
Functions
§
get