pub fn use_max_file_limit(config: &ArtiConfig)
Available on crate feature experimental-api only.
Expand description

Set our current maximum-file limit to a large value, if we can.

Since we’re going to be used as a proxy, we’re likely to need a lot of simultaneous sockets.

Limitations

This doesn’t actually do anything on windows.