async-std icon indicating copy to clipboard operation
async-std copied to clipboard

Can't set TCP receive buffer size

Open ryanleh opened this issue 4 years ago • 1 comments

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.

ryanleh avatar Jan 15 '21 22:01 ryanleh

This would be good to support.

Fishrock123 avatar Jan 27 '21 21:01 Fishrock123