Skip to content

v0.2.0

Compare
Choose a tag to compare
@surban surban released this 14 Dec 18:00
· 162 commits to master since this release

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