-
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Increase timeout for OpenBSD * Reset all members of a packet. * Replace calloc with Rizin macros * Add returns after fatal logs * Init time structs with 0. * Use monotonic clock to set last access timestamps. Because instruction packets get pushed out of the buffer based in their last access, using the real-time clock leads to problems. On Windows the real time clock seems to not always give ascending values with multiple calls (real-time clock = best bet of machine of current day time, which can fluctuate). Using the monotonic clock will always give strictly ascending timestamps. Due to the use of the real-clock, the instruction packets got sometimes pushed out of the buffer non-deterministically.
- Loading branch information
Showing
4 changed files
with
36 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters