warp-vpn

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

commit 9d5a89800621d7a196ac710ae7332d340fc9e99c
parent 391a2af72fef061e92580d4bc4680cb05f7df461
Author: sin <sin@2f30.org>
Date:   Thu, 31 Mar 2016 17:36:43 +0100

change badpkt def

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

diff --git a/stun.c b/stun.c @@ -84,7 +84,7 @@ #define IVLEN 12 #define TAGLEN 16 #define MAXPKTLEN (TAGLEN + IVLEN + HDRLEN + MTU) -#define BADPKT 0x8000 +#define BADPKT 0x1000 enum { TUNDEV,