I'm experimenting with using hyper to run load tests and ephemeral port exhaustion is a real problem. Can reuse_address(true) be added to the client connection code (here, and here, I believe)?
Would making the change here also apply to tls connections made using hyper_tls?
I'm experimenting with using hyper to run load tests and ephemeral port exhaustion is a real problem. Can
reuse_address(true)be added to the client connection code (here, and here, I believe)?Would making the change here also apply to tls connections made using hyper_tls?