warp-vpn

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

commit 2735ce0493fcec3789f37346fa94d3abd7411540
parent 1cba2e6fb780d1de5e95cc239762f6b53a891d15
Author: sin <sin@2f30.org>
Date:   Tue, 22 Mar 2016 12:01:12 +0000

fix comment

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

diff --git a/stun.c b/stun.c @@ -32,7 +32,7 @@ #include "arg.h" -#define CHALLENGETIMEO 1000 /* in ms*/ +#define CHALLENGETIMEO 1000 /* in ms */ #define HDRLEN 2 #define MTU 1440