-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use Quiche to parse QUIC packet (#724)
Motivation: We can do the parsing our selves and not rely on Quiche. This has multiple advantages like reduce memory copies and JNI overhead. Modifications: Rewrite the QuicHeaderParser to not use quiche Result: Less overhead
- Loading branch information
1 parent
f43aa60
commit ec82b13
Showing
9 changed files
with
227 additions
and
140 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.