warp-vpn

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

commit c872417129c8d5c3e00eba7a485cf130ce3d6cd6
parent f8deec0b4e40a96f11fdceadd0eeaaeb5d00e857
Author: sin <sin@2f30.org>
Date:   Fri,  1 Apr 2016 12:27:39 +0100

warn if challenge-response times out

Diffstat:
Mstun.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/stun.c b/stun.c @@ -521,6 +521,7 @@ challenge(int netfd) logwarn("poll failed"); return -1; } else if (ret == 0) { + logwarn("challenge-response timed out"); return -1; }