braa
braa copied to clipboard
Query response time inaccurate sometimes
The response time in the results is sometime over 120000ms, which is not correct. I think it has to do with the folowing lines: https://github.com/mteg/braa/blob/7bae70197c64beb265575e85fa6487c91e2c3347/queries.c#L541-L542
This operation will add 64 sec to response time instead of subtracting secd from 64 (secd is negative number). Am I right? This happens only if the queried host responded in over 1 second.
Thanks