1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

add tell async and update SharedLibraryCore version

This commit is contained in:
RaidMax
2022-03-23 11:38:09 -05:00
parent 7a1ed90f06
commit 932bc77798
6 changed files with 41 additions and 30 deletions

View File

@ -1,5 +1,4 @@
using System;
using System.Globalization;
namespace SharedLibraryCore.RCon
{
@ -48,16 +47,6 @@ namespace SharedLibraryCore.RCon
COMMAND_STATUS
}
/// <summary>
/// line seperator char included in response from the server
/// </summary>
public static char SeperatorChar = (char)int.Parse("0a", NumberStyles.AllowHexSpecifier);
/// <summary>
/// interval in milliseconds to wait before sending the next RCon request
/// </summary>
public static readonly int FloodProtectionInterval = 750;
/// <summary>
/// timeout in seconds to wait for a socket send or receive before giving up
/// </summary>
@ -73,4 +62,4 @@ namespace SharedLibraryCore.RCon
};
}
}
}
}