Exemple #1
0
 public void InitKcp()
 {
     kcp = new Kcp(this.Id, this);
     kcp.SetOutput(this.Output);
     kcp.NoDelay(1, 10, 2, 1);  //fast
 }