Crates.io | aeronet_transport |
lib.rs | aeronet_transport |
version | 0.14.0 |
created_at | 2024-11-07 22:10:21.109505+00 |
updated_at | 2025-04-28 09:46:01.834933+00 |
description | Transport layer implementation for `aeronet` |
homepage | |
repository | https://github.com/aecsocket/aeronet |
max_upload_size | |
id | 1440346 |
size | 297,524 |
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.