stun

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

commit 41a5831f0f97a4498607533845954b7a0f9565ce
parent 35b939d07ab5af5b37d51a777a5363e01962e453
Author: sin <sin@2f30.org>
Date:   Thu, 14 Apr 2016 11:33:35 +0100

be explicit

Diffstat:
MWHATSNEW | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/WHATSNEW b/WHATSNEW @@ -5,7 +5,8 @@ * EVP_AEAD_* high level API support. Choice between four different ciphers depending on version of libressl used. * Default cipher switched to chacha20-poly1305. - * IPv4 over IPv6 tunnel support and vice versa. + * IPv4 over IPv6 tunnel support. + * IPv6 over IPv4 tunnel support. * TCP keepalive enabled by default. * Switch to non-blocking sockets for faster recovery when headers are modified in transit.