Closed
Description
Currently we set timeout in SafeMsQuicConfigurationHandle
When timeout is Timeout.InfiniteTimeSpan we should set the value to 0.
If we skip setting it, default 30s timeout would still apply.
There is separate timeout setting for Connect. So if somebody wishes to control that either by allowing more time on slow network or vice versa they currently cannot do that via timeouts. (smaller timeout can be enforced via cancellation token as mitigation ) We can either apply current timeout in both cases or split the timeout setting.