forked from java-native-access/jna
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement QuicStreamChannel.bytesBeforeUnwritable() (java-native-acce…
…ss#264) Motivation: Some users may depend on QuicStreamChannel.bytesBeforeUnwritable() to make decisions on how much they will try to write. Modifications: - Add implementation of QuicStreamChannel.bytesBeforeUnwritable() by keep track of the stream capacity - Add unit test Result: Be able to depend on QuicStreamChannel.bytesBeforeUnwritable()
- Loading branch information
1 parent
d08d177
commit 22dffdf
Showing
5 changed files
with
219 additions
and
49 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
Oops, something went wrong.