We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5368b commit 8aa20d3Copy full SHA for 8aa20d3
CHANGELOG.md
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
future, this will be expanded to redirect queries for certain TLD's to alternative
15
backend.
16
17
+### Changed
18
+
19
+- The Quic connection type now uses quic datagrams to transport __data__ (packets
20
+ coming from the TUN device) to the peer. Protocol traffic is still sent over a
21
+ bidirectional Quic stream (which supports retransmits).
22
23
### Fixed
24
25
- Return actuall amount of bytes sent to peers instead of the amount of bytes received
0 commit comments