summaryrefslogtreecommitdiff
path: root/taia.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-10 23:53:23 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-11 00:08:26 +0200
commit242b6c0faa6e521244c6e66745403522c3b707a9 (patch)
tree1c7f343d10193c4382ad6240c11ca3da1eb1973b /taia.c
parentbdb9efef8991396b6c77e669a140965c91bb8558 (diff)
taia: minor: add comment about window
Add a small comment about the 700ms. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'taia.c')
-rw-r--r--taia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/taia.c b/taia.c
index 4d02dd9..34d5347 100644
--- a/taia.c
+++ b/taia.c
@@ -4,7 +4,7 @@
static const struct taia tolerance_taia = {
.sec.x = 0,
- .nano = 700000000ULL,
+ .nano = 700000000ULL, /* 700ms acceptance window */
.atto = 0,
};