1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 23:26:32 +09:00

SRP authentication base code added

This commit is contained in:
lidgren
2011-01-29 23:31:00 +00:00
parent 8fe8bdce64
commit 8dee1d3be9
6 changed files with 2382 additions and 5476 deletions

View File

@@ -57,7 +57,6 @@ namespace Lidgren.Network
internal int m_maximumTransmissionUnit;
internal bool m_autoExpandMTU;
internal float m_expandMTUFrequency;
internal float m_expandMTUFactor;
internal int m_expandMTUFailAttempts;
public NetPeerConfiguration(string appIdentifier)