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