withoutThrottling function

AutoNATOption withoutThrottling()

Implementation

AutoNATOption withoutThrottling() {
  return AutoNATOption((AutoNATConfig c) {
    c.throttleGlobalMax = 0;
  });
}