This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Commit f3a67c4
authored
feat: prioritize noise over secio (#3216)
This would be good to land in 0.49 as we're planning to remove support for SECIO in 0.50.
- When dialing js-ipfs >=0.47, or go-ipfs >=0.5 nodes, there will be no latency hit as we can start Noise immediately.
- Incoming dials for ipfs <0.49 and >0=0.47, will take a round trip hit when connecting as they'll fail to negotiate Secio and fallback to Noise1 parent 7e0e85c commit f3a67c4
File tree
2 files changed
+4
-4
lines changed- packages/ipfs/src/core/runtime
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments