From 5a276f43b60155d8172057cc47a0a9e6cf746d54 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 12 Jul 2011 21:04:40 +0200 Subject: [PATCH] timeout --- src/curve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/curve.h b/src/curve.h index 791e3892..ac3c7fb5 100644 --- a/src/curve.h +++ b/src/curve.h @@ -31,7 +31,7 @@ struct taia { /* Delay tolerance for packets! */ static struct taia tolerance_taia = { - .sec.x = 0, + .sec.x = 1ULL, .nano = 500000000ULL, .atto = 0, }; -- 2.11.4.GIT