/// <summary> /// Enable or disable allowing frequent connections from the same IP adderss. /// </summary> public void SetLimitIPConnectionFrequency(bool value) { peer.SetLimitIPConnectionFrequency(value); }