async-std
async-std copied to clipboard
Can't set TCP receive buffer size
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.
This would be good to support.