1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-17 15:46:33 +09:00

KeepAliveDelay removed; ping frequency doubled instead if no activity in 1.5 x ping frequency

This commit is contained in:
lidgren
2010-06-24 11:23:36 +00:00
parent 77d480e3cb
commit 51a4bfa5ea
5 changed files with 17 additions and 21 deletions

View File

@@ -63,6 +63,7 @@
this.button1.TabIndex = 2;
this.button1.Text = "Send";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//