You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/blog/iroh-blobs-0-05-new-features/page.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,6 @@ let conn = pool.get_or_connect(remote_id)?;
92
92
/// use the connection as usual.
93
93
```
94
94
95
-
We had this exact problem at a customer, where we wanted to avoid spamming the relay with gigabytes of blob transfers before getting a direct connection to avoid overloading the relay and slowing down the more important control plane gossip messages.
96
-
97
95
The code to await a direct connection will change quite a bit once we have QUIC multipath. But the capability will remain, and we will update the test code to reflect the new API.
0 commit comments