Closed flub closed 2 weeks ago
This gives the proto state the ability to be externally notified about network path changes it might not be aware off. In this case it will re-set the RTT, Congestion Controller and MTU settings to the initial states based on the TransportConfig.
This addresses the quinn-proto part of #2018.
I'll --autosquash the commits once it gets an LGTM. In the meantime it's easier to track changes by using fixup commits.
--autosquash
thanks, rebased on main and squashed
This gives the proto state the ability to be externally notified about network path changes it might not be aware off. In this case it will re-set the RTT, Congestion Controller and MTU settings to the initial states based on the TransportConfig.
This addresses the quinn-proto part of #2018.