stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

WHATSNEW (560B)


      1 0.2 release notes
      2 
      3     * Packet format was changed.  This version is incompatible
      4       with 0.1.
      5     * EVP_AEAD_* high level API support.  Choice between four
      6       different ciphers depending on version of libressl used.
      7     * Default cipher switched to chacha20-poly1305.
      8     * IPv4 over IPv6 tunnel support.
      9     * IPv6 over IPv4 tunnel support.
     10     * TCP keepalive enabled by default.
     11     * Switch to non-blocking sockets for faster recovery
     12       when headers are modified in transit.
     13     * General code cleanup.
     14 
     15 0.1 release notes
     16 
     17     * Initial release