Skip to content

Releases: surban/aggligator

v0.3.1

02 Feb 11:08
Compare
Choose a tag to compare

Aggligator 0.3.1

Added

  • control::links_update and control::stats_update methods

Aggligator-util 0.3.1

Added

  • Bluetooth RFCOMM support using profiles

v0.3.0

30 Jan 22:33
Compare
Choose a tag to compare

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

05 Jan 19:24
Compare
Choose a tag to compare

Aggligator 0.2.1

Changed

  • use cryptographic random number generator for connection id

Aggligator-Util 0.2.2

Changed

  • disable Nagle's algorithm for TCP connections

v0.2.0

14 Dec 18:00
Compare
Choose a tag to compare

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

13 Dec 12:13
Compare
Choose a tag to compare

0.1.1

Fixed

  • make dump non-default feature

v0.1.0

09 Dec 22:15
Compare
Choose a tag to compare

Initial release.

util-v0.1.1

10 Dec 00:06
Compare
Choose a tag to compare

Support for non-Linux platforms.