getNofileLimit function

int getNofileLimit()

Implementation

int getNofileLimit() {
  return rust.NativeLibrary(load(Tor.libName)).tor_get_nofile_limit();
}