Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
future, this will be expanded to redirect queries for certain TLD's to alternative
backend.

### Changed

- The Quic connection type now uses quic datagrams to transport __data__ (packets
coming from the TUN device) to the peer. Protocol traffic is still sent over a
bidirectional Quic stream (which supports retransmits).

### Fixed

- Return actuall amount of bytes sent to peers instead of the amount of bytes received
Expand Down
Loading