| Crates.io | udp_sas_mio |
| lib.rs | udp_sas_mio |
| version | 0.2.0 |
| created_at | 2018-04-28 19:05:19.057571+00 |
| updated_at | 2020-12-28 23:06:59.9874+00 |
| description | Source address selection for UDP mio sockets |
| homepage | |
| repository | https://github.com/a-ba/udp_sas_mio |
| max_upload_size | |
| id | 62897 |
| size | 9,268 |
Source address selection for UDP mio sockets in Rust
This crate provides an extension trait for mio::net::UdpSocket that supports
source address selection for outgoing UDP datagrams. This is useful for
implementing a UDP server that binds multiple network interfaces.
The implementation relies on crate udp_sas