updateNatBehavior method

Future<NatBehavior> updateNatBehavior()

Triggers a manual update of the NAT behavior

Implementation

Future<NatBehavior> updateNatBehavior() {
  return _behaviorTracker.discoverBehavior();
}