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