We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20296fb commit 74815c6Copy full SHA for 74815c6
MLAPI/Data/NetworkConfig.cs
@@ -118,11 +118,11 @@ public class NetworkConfig
118
/// <summary>
119
/// Wheter or not to enable encryption
120
/// </summary>
121
- public bool EnableEncryption = true;
+ public bool EnableEncryption = false;
122
123
/// Wheter or not to enable signed diffie hellman key exchange.
124
125
- public bool SignKeyExchange = true;
+ public bool SignKeyExchange = false;
126
127
/// Private RSA XML key to use for signing key exchange
128
0 commit comments