Crates.io | udp_connector |
lib.rs | udp_connector |
version | 0.1.0 |
source | src |
created_at | 2018-11-16 09:47:00.263542 |
updated_at | 2018-11-16 09:47:00.263542 |
description | Allows guaranteed data delivery over UDP sockets |
homepage | |
repository | https://github.com/trangar/udp_connector |
max_upload_size | |
id | 96974 |
size | 34,694 |
Provides a reasonable guarantee that messages being send over UDP arrive at the other connector.
This crate is a work in progress and should not be used in production yet.
This crate uses a struct called Connector
that eventually guarantees that all persistent messages
arrive at the other end, or it will disconnect.
This crate differentiates between two message types:
Use cases can be: