mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
Rate Policy
This commit is contained in:
@@ -103,7 +103,7 @@ public abstract class NetworkServer<TConnection> : IDestructible where TConnecti
|
||||
|
||||
if (s == null)
|
||||
{
|
||||
Global.Log("NetworkServer", LogType.Error, "sock == null");
|
||||
//Global.Log("NetworkServer", LogType.Error, "sock == null");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ namespace Esiur.Net.Packets
|
||||
PullStream = 0x1C,
|
||||
TerminateExecution = 0x1D,
|
||||
HaltExecution = 0x1E,
|
||||
ResumeExecution = 0x1F,
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user