|
|
@@ -873,7 +873,7 @@ namespace ENet {
|
|
|
public const uint timeoutLimit = 32;
|
|
|
public const uint timeoutMinimum = 5000;
|
|
|
public const uint timeoutMaximum = 30000;
|
|
|
- public const uint version = (2 << 16) | (2 << 8) | (8);
|
|
|
+ public const uint version = (2 << 16) | (2 << 8) | (9);
|
|
|
|
|
|
public static bool Initialize() {
|
|
|
return Native.enet_initialize() == 0;
|
|
|
@@ -1082,4 +1082,4 @@ namespace ENet {
|
|
|
[DllImport(nativeLibrary, CallingConvention = CallingConvention.Cdecl)]
|
|
|
internal static extern void enet_peer_reset(IntPtr peer);
|
|
|
}
|
|
|
-}
|
|
|
+}
|