6 releases

0.12.0 Nov 4, 2024
0.11.5 Nov 4, 2024
0.11.3 Aug 15, 2024
0.10.5 May 24, 2024

#303 in Network programming

Download history 2281/week @ 2024-07-27 2888/week @ 2024-08-03 3504/week @ 2024-08-10 2068/week @ 2024-08-17 1998/week @ 2024-08-24 2400/week @ 2024-08-31 1668/week @ 2024-09-07 1760/week @ 2024-09-14 1296/week @ 2024-09-21 2288/week @ 2024-09-28 1623/week @ 2024-10-05 1840/week @ 2024-10-12 2469/week @ 2024-10-19 2334/week @ 2024-10-26 4084/week @ 2024-11-02 2597/week @ 2024-11-09

11,844 downloads per month
Used in 22 crates (8 directly)

MIT/Apache

1MB
25K SLoC

Quinn fork of iroh

Quinn is a pure-rust, async-compatible implementation of the IETF [QUIC][quic] transport protocol.

This is a fork incorporating some changes for use in iroh. The aim is to contribute back any generally useful changes into upstream Quinn, so it is strongly discouraged to use this fork directly.

Git branches

The upstream branches are kept unmodified and get occasionally synced. The iroh-specific branches are:

  • iroh-0.10.x is the branch for quinn@0.10 series.
  • iroh-0.11.x is the branch for quinn@0.11 series.

The default branch should be set the currently actively used branch by iroh.

Updating a branch

To update a branch to include the upstream changes, merge the upstream branch. E.g. when upstream is main and the current iroh branch is iroh-0.11.x:

  • Check which commits are new in main.

    Using magit: magit-cherry (Y), from main to iroh-0.11.x

  • Find the commit to merge.

    You probably want to find the last released commit on the main branch, which might not be the last commit on main. So you need to find the commit hash as you can't use "main" in this case.

  • Merge this commit: git merge abc123

  • You can check the log and cherries again to see if the right commits are left in main.

Dependencies

~11–22MB
~426K SLoC