(e42047dc1) Tester's build, January 30th 2020

This commit is contained in:
Juan Pablo Arce
2020-01-30 15:56:31 -03:00
parent eaa18a20a3
commit 15499cb704
203 changed files with 8274 additions and 4950 deletions
@@ -506,6 +506,14 @@ namespace Lidgren.Network
}
#endif
/// <summary>
/// Changes the number of maximum connections after the peer has been started
/// </summary>
internal void ChangeMaximumConnectionsInternal(int num)
{
m_maximumConnections = num;
}
/// <summary>
/// Creates a memberwise shallow clone of this configuration
/// </summary>