stun

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

commit 6b59492cf23acbdfdea0cbaceefa0a5dbef39756
parent 604d33ff173fe729f54c9f9fa4a84b17616eae14
Author: sin <sin@2f30.org>
Date:   Tue, 12 Apr 2016 15:21:27 +0100

remove BADPKT define, no longer used

Diffstat:
Mstun.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/stun.h b/stun.h @@ -5,7 +5,6 @@ #define RECONNECTTIMEO 60 /* in seconds */ #define HDRLEN 2 #define MAXPAYLOADLEN 1424 -#define BADPKT 0x1000 #define NROUNDS 100000 #define DEFCIPHER "chacha20-poly1305"