Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8f2aba2
Basic using of QUIC NAT Traversal for holepunching
flub Oct 31, 2025
bbf947a
Do not receive DISCO messages, we no longer need them
flub Oct 31, 2025
697583e
remove disco from endpoint_state.rs
flub Oct 31, 2025
343a533
remove disco from endpoint_map.rs
flub Oct 31, 2025
22b80f1
remove disco from magicsock.rs
flub Oct 31, 2025
ff13fa0
delete disco and key modules, all unused now
flub Oct 31, 2025
77f63b9
delete disco metrics
flub Oct 31, 2025
5c4851a
emit a single metric, so metrics are used
flub Oct 31, 2025
a8d9748
Don't store remote NAT candidates
flub Nov 3, 2025
68e673b
Clean up connections at an interval
flub Nov 3, 2025
b8fc574
Merge branch 'feat-multipath' into feat-multipath-quic-nat
flub Nov 17, 2025
ce227f5
compile against protocol-simplification branch
flub Nov 18, 2025
b059bab
updage api
flub Nov 20, 2025
11d9731
Merge branch 'feat-multipath' into feat-multipath-quic-nat
flub Nov 20, 2025
a93db87
some intermediate stuff
flub Nov 20, 2025
1fc0714
hook up adding addresses
flub Nov 21, 2025
e24b41d
properly patch in quinn git dependency and clippy
dignifiedquire Nov 23, 2025
75fe396
Merge remote-tracking branch 'origin/feat-multipath' into feat-qnt-me…
dignifiedquire Nov 23, 2025
e3bb795
Merge pull request #3697 from n0-computer/feat-qnt-merge-main
dignifiedquire Nov 23, 2025
08274f1
Make sure to use canonical addrs when comparing hp rounds
flub Nov 23, 2025
f12341d
bump quinn
flub Nov 23, 2025
f0cdffe
replace trace log with event
flub Nov 23, 2025
e92d857
feat(iroh): prune old, inactive paths
Nov 14, 2025
55303df
added tests for `prune_paths`, added `EndpointActorState::prune_paths…
Nov 17, 2025
57d8a78
rename `prune_paths` to `prune_ip_paths`, clippy, and fmt
Nov 17, 2025
eab21a6
docs: broken doc comment
Nov 20, 2025
017ad73
add additional pruning constraint: do not prune if we have ever holep…
Nov 20, 2025
3d3e492
review fixes
Nov 21, 2025
c6de9e7
test: test more stuff
Nov 21, 2025
becbcb6
fmt
Nov 21, 2025
b954009
change prune ip logic
Nov 23, 2025
e1e2e4d
doc and clippy fixes
Nov 23, 2025
6a02094
fix test
Nov 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ test-group = 'run-in-isolation'
threads-required = 32

[profile.default]
slow-timeout = { period = "20s", terminate-after = 3 }
slow-timeout = { period = "10s", terminate-after = 3 }
Loading
Loading