braa icon indicating copy to clipboard operation
braa copied to clipboard

Query response time inaccurate sometimes

Open ciprianpop3scu opened this issue 7 years ago • 0 comments

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

ciprianpop3scu avatar Nov 19 '17 11:11 ciprianpop3scu