Adrien Gallouët 91cf697fb4 Set MSG_CONFIRM
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2017-11-16 09:45:17 +00:00
2017-11-16 07:51:06 +00:00
2016-01-29 09:52:43 +01:00
2017-11-16 09:45:17 +00:00
2017-11-15 22:44:03 +00:00
2017-03-02 17:40:09 +01:00

MUD

MUD is a secure, connectionless network protocol over UDP. It enables the distribution of packets on multiple paths while maintaining a low latency (the bandwidth is sacrificed in favor of latency).

Compatibility

Linux is the platform of choice but it was successfully ported to OpenBSD and OSX.

Security

MUD uses libsodium for all cryptographic operations. Encryption (and authentication) is done with AES256-GCM when aesni is available otherwise ChaCha20-Poly1305 is used. The Diffie-Hellman function X25519 is used for key exchange.

Performance

The scheduler is still in development but you will find some measurements to give you an idea of the performance here.

Issues

For feature requests and bug reports, please create an issue.

Description
No description provided
Readme 382 KiB
Languages
C 99.8%
Makefile 0.2%