-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(iroh-net): use tokio-util::codec for derp protocol implement…
…ation (#1386) We have been having issues multiple times with the buffer management, this cleans up things and should make them more reliable. The core change is to use `tokio_util::codec` to implement the derp protocol. Additionally there are a couple smaller fixes in the derper code and tests, for issues that where discovered while doing this. Fixes #1384, #1381, #1247 --------- Co-authored-by: Ruediger Klaehn <rklaehn@protonmail.com> Co-authored-by: Kasey <klhuizinga@gmail.com>
- Loading branch information
1 parent
03339f1
commit fe98c8d
Showing
12 changed files
with
1,234 additions
and
993 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
Oops, something went wrong.