diff options
-rw-r--r-- | taia.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ static const struct taia tolerance_taia = { .sec.x = 0, - .nano = 700000000ULL, + .nano = 700000000ULL, /* 700ms acceptance window */ .atto = 0, }; |
index : netsniff-ng.git | ||
A high-performance Linux networking toolkit | Daniel Borkmann, Tobias Klauser |
summaryrefslogtreecommitdiff |
-rw-r--r-- | taia.c | 2 |
@@ -4,7 +4,7 @@ static const struct taia tolerance_taia = { .sec.x = 0, - .nano = 700000000ULL, + .nano = 700000000ULL, /* 700ms acceptance window */ .atto = 0, }; |