Benjamin Saunders
Benjamin Saunders
I recently wanted exactly this (env in `cmd_args`) for similar reasons in a completely custom toolchain (for which the prelude has no provider). I also arrived at the workaround of...
I didn't mean to describe that as an alternative, but rather something you'd combine with info in the provider to reduce code duplication in the final state.
The various `window` and `buffer_size` parameters to `TransportConfig` may be of interest. The default settings are specifically designed to be adequate for 100Mbps at 100ms, so if you do find...
You need to configure connection-level window sizes, not just stream-level. The smaller of the two limits applies.
Ah, right, that should be fine then, assuming you're installing the config correctly. Next step would be to investigate what precisely it's waiting for. I don't have the bandwidth to...