tor_set_nofile_limit method

int tor_set_nofile_limit(
  1. int limit
)

Implementation

int tor_set_nofile_limit(
  int limit,
) {
  return _tor_set_nofile_limit(
    limit,
  );
}