aeronet_transport

Crates.ioaeronet_transport
lib.rsaeronet_transport
version
sourcesrc
created_at2024-11-07 22:10:21.109505
updated_at2024-11-30 16:13:52.085784
descriptionTransport layer implementation for `aeronet`
homepage
repositoryhttps://github.com/aecsocket/aeronet
max_upload_size
id1440346
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`
size0
(aecsocket)

documentation

README

aeronet_transport

crates.io docs.rs

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.

Commit count: 657

cargo fmt