public void ResetConnections() { this._con_table = new SimConnectionTable(); }
public SimNode(AHAddress address, NatType nat, int idx) { this.LocalAddress = address; this.Nat = nat; this.Idx = idx; this._con_table = new SimConnectionTable(); }