Skip to content

Commit 3b1dcf3

Browse files
fix(iroh): use quinn fix-more-wine branch for Wine IP_PKTINFO fix
Points [patch.crates-io] to the fix-more-wine branch which disables IP_PKTINFO under Wine to avoid unreliable local address reporting that causes quinn-proto to discard packets.
1 parent 3997f3f commit 3b1dcf3

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)", "cfg(iroh_l
4242
unused-async = "warn"
4343

4444
[patch.crates-io]
45-
iroh-quinn = { git = "https://github.com/n0-computer/quinn", branch = "main" }
46-
iroh-quinn-proto = { git = "https://github.com/n0-computer/quinn", branch = "main" }
47-
iroh-quinn-udp = { git = "https://github.com/n0-computer/quinn", branch = "main" }
45+
iroh-quinn = { git = "https://github.com/n0-computer/quinn", branch = "fix-more-wine" }
46+
iroh-quinn-proto = { git = "https://github.com/n0-computer/quinn", branch = "fix-more-wine" }
47+
iroh-quinn-udp = { git = "https://github.com/n0-computer/quinn", branch = "fix-more-wine" }

0 commit comments

Comments
 (0)