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.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
Fishrock123 commentedon Jan 27, 2021
This would be good to support.