-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
multipathQUIC Multipath extensionQUIC Multipath extensionperformanceThings that might improve performance both for iroh and as a normal QUIC library.Things that might improve performance both for iroh and as a normal QUIC library.
Description
Currently, each path has its own congestion control - in a weird way.
If I remember the pieces correctly:
- Sending packets off-path for each path isn't accounted for in congestion control at all (? this is likely to be wrong, just remembering)
- Congestion control is per-multipath-path, not per network-path.
- If two network paths share the same bottleneck (e.g. some bad Wifi connection), then we don't coordinate these paths in an ideal way.
Pretty sure we can learn from MPTCP here. Here's one RFC to check out for starters: https://datatracker.ietf.org/doc/rfc6356/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
multipathQUIC Multipath extensionQUIC Multipath extensionperformanceThings that might improve performance both for iroh and as a normal QUIC library.Things that might improve performance both for iroh and as a normal QUIC library.
Type
Projects
Status
🚑 Needs Triage