Releases: surban/aggligator
Releases · surban/aggligator
v0.3.1
v0.3.0
Aggligator 0.3.0
Added
- convert error types into std::io::Error
Changed
- remove unnecessary async on some functions
Aggligator-util 0.3.0
Added
- transport module providing management of heterogenous transports for a connection
- Bluetooth RFCOMM support
Removed
- net::adv functions superseeded by transport module
v0.2.1
v0.2.0
0.2.0
Added
- encrypt connection id using a shared secret exchanged using Diffie-Helmann;
this hinders an eavesdropper to take over a connection by spoofing the
connection id - TLS over TCP support
- boxed wrapper types for link transports
Changed
- increse buffer sizes and adjust timeouts for better performance over high latency
links
Fixed
- link disconnect reason for link filter rejection
v0.1.1
v0.1.0
util-v0.1.1
Support for non-Linux platforms.