Skip to content

Commit 562ee71

Browse files
arilotterdsocolobsky
authored andcommitted
p2p: potentially improve Iroh disconnects when bandwidth is saturated
uses the iroh patch n0-computer/iroh#3398
1 parent 39b2fa7 commit 562ee71

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ pretty_assertions = "1.4.1"
109109
serial_test = "3.2.0"
110110
rstest = "0.25.0"
111111

112+
[patch.crates-io]
113+
iroh = { git = 'https://github.com/n0-computer/iroh.git', rev = "b08df6a04d011fa4681fb5cd44ceaa6e53e6b32f" }
114+
iroh-relay = { git = 'https://github.com/n0-computer/iroh.git', rev = "b08df6a04d011fa4681fb5cd44ceaa6e53e6b32f" }
115+
iroh-base = { git = 'https://github.com/n0-computer/iroh.git', rev = "b08df6a04d011fa4681fb5cd44ceaa6e53e6b32f" }
116+
112117
[profile.dev]
113118
opt-level = 1
114119

0 commit comments

Comments
 (0)