warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

commit fdb2614d39bba5ed1d87d1c78700dc371ef1ebce
parent 1d10d45f13233df77cb0fa7986e4fb239e7c0ea6
Author: sin <sin@2f30.org>
Date:   Thu, 31 Mar 2016 14:50:02 +0100

clarify comment

Diffstat:
Mstun.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stun.c b/stun.c @@ -29,7 +29,7 @@ * * [TAG] [IV] [PAYLOAD LENGTH] [PAYLOAD] * - * Where payload length is 2 octets, IV is 12 octets and tag is 16 octects. + * Where tag is 16 octets, iv is 12 octets and payload length is 2 octets. */ #include <sys/types.h>