-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Fixed memory leak in IVEC. * chore: Updated NetworkWorker. * chore: Fixed import for libi2pd. * chore: Packet handler optimization. * chore: Replace va_list with variadic tamplate. * chore: Added overload for 0 args. * chore: Optimization of arrays. Fixed a bug with padding. * chore: Optimization of arrays. * chore: Optimization of arrays. * chore: Added a delay in the loop to reduce the frequency of connection retries and not litter the log with errors. * chore: Added type casting. * chore: Optimization of arrays. One nesting level removed. * chore: Fixed typo. * chore: Optimization of arrays. * chore: Fixed typo. * chore: Clean commented code. * chore: Remove path from version. * chore: Added logic for processing duplicated data. * chore: Added logic for correct Index Packet processing.
- Loading branch information
Showing
23 changed files
with
341 additions
and
326 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
Oops, something went wrong.