Open
Description
I am trying to send large files using async-std
and have noticed that the default receiving buffer size seems to be significantly bottle-necking throughput (see here). Is there a reason why there isn't an API method for this? Tokio used to support this.