Crates.io | aeronet_transport |
lib.rs | aeronet_transport |
version | |
source | src |
created_at | 2024-11-07 22:10:21.109505 |
updated_at | 2024-11-30 16:13:52.085784 |
description | Transport layer implementation for `aeronet` |
homepage | |
repository | https://github.com/aecsocket/aeronet |
max_upload_size | |
id | 1440346 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
aeronet_transport
Transport layer protocol implementation which sits on top of aeronet_io
IO layer implementations
providing message acknowledgements, reliable-ordered messaging, and RTT and packet loss estimation.
The heart of this layer is the [Transport
] component.