mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update NetworkManager.NetworkChannelBase.cs
This commit is contained in:
@@ -15,7 +15,7 @@ namespace TEngine.Runtime
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private abstract class NetworkChannelBase : INetworkChannel, IDisposable
|
private abstract class NetworkChannelBase : INetworkChannel, IDisposable
|
||||||
{
|
{
|
||||||
private const float DefaultHeartBeatInterval = 3;
|
private const float DefaultHeartBeatInterval = 30;
|
||||||
private const int MAX_MSG_HANDLE = 256;
|
private const int MAX_MSG_HANDLE = 256;
|
||||||
|
|
||||||
private readonly string m_Name;
|
private readonly string m_Name;
|
||||||
|
Reference in New Issue
Block a user