You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-06 02:11:06 +09:00
Initializing ping to random start to make network stream more unpredictable
This commit is contained in:
@@ -144,6 +144,7 @@ namespace DurableServer
|
||||
else
|
||||
{
|
||||
StringBuilder bdr = new StringBuilder();
|
||||
bdr.AppendLine("Uptime: " + (NetTime.ToReadable(NetTime.Now)));
|
||||
bdr.Append(Server.Statistics.ToString());
|
||||
bdr.Append(Server.Connections[0].Statistics.ToString());
|
||||
bdr.AppendLine("RECEIVED Reliable ordered: " +
|
||||
|
||||
Reference in New Issue
Block a user