Crates.io | aeronet_transport |
lib.rs | aeronet_transport |
version | 0.16.1 |
created_at | 2024-11-07 22:10:21.109505+00 |
updated_at | 2025-09-25 20:38:19.625789+00 |
description | Transport layer implementation for `aeronet` |
homepage | |
repository | https://github.com/aecsocket/aeronet |
max_upload_size | |
id | 1440346 |
size | 299,355 |
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.