withPeerThrottling function
Implementation
AutoNATOption withPeerThrottling(int amount) {
return AutoNATOption((AutoNATConfig c) {
c.throttlePeerMax = amount;
});
}
AutoNATOption withPeerThrottling(int amount) {
return AutoNATOption((AutoNATConfig c) {
c.throttlePeerMax = amount;
});
}