mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: number
This commit is contained in:
parent
65b8fed0e3
commit
cdfeb3f8b6
@ -172,7 +172,7 @@ struct RPC_SERVER_STATUS
|
|||||||
UINT NumTcpConnectionsLocal; // Number of Local TCP connections
|
UINT NumTcpConnectionsLocal; // Number of Local TCP connections
|
||||||
UINT NumTcpConnectionsRemote; // Number of remote TCP connections
|
UINT NumTcpConnectionsRemote; // Number of remote TCP connections
|
||||||
UINT NumHubTotal; // Total number of HUBs
|
UINT NumHubTotal; // Total number of HUBs
|
||||||
UINT NumHubStandalone; // Nymber of stand-alone HUB
|
UINT NumHubStandalone; // Number of stand-alone HUB
|
||||||
UINT NumHubStatic; // Number of static HUBs
|
UINT NumHubStatic; // Number of static HUBs
|
||||||
UINT NumHubDynamic; // Number of Dynamic HUBs
|
UINT NumHubDynamic; // Number of Dynamic HUBs
|
||||||
UINT NumSessionsTotal; // Total number of sessions
|
UINT NumSessionsTotal; // Total number of sessions
|
||||||
|
@ -164,7 +164,7 @@ struct RPC_NAT_STATUS
|
|||||||
char HubName[MAX_HUBNAME_LEN + 1]; // HUB name
|
char HubName[MAX_HUBNAME_LEN + 1]; // HUB name
|
||||||
UINT NumTcpSessions; // Number of TCP sessions
|
UINT NumTcpSessions; // Number of TCP sessions
|
||||||
UINT NumUdpSessions; // Ntmber of UDP sessions
|
UINT NumUdpSessions; // Ntmber of UDP sessions
|
||||||
UINT NumIcmpSessions; // Nymber of ICMP sessions
|
UINT NumIcmpSessions; // Number of ICMP sessions
|
||||||
UINT NumDnsSessions; // Number of DNS sessions
|
UINT NumDnsSessions; // Number of DNS sessions
|
||||||
UINT NumDhcpClients; // Number of DHCP clients
|
UINT NumDhcpClients; // Number of DHCP clients
|
||||||
bool IsKernelMode; // Whether kernel mode
|
bool IsKernelMode; // Whether kernel mode
|
||||||
|
@ -309,7 +309,7 @@ struct SESSION
|
|||||||
LIST *DelayedPacketList; // Delayed packet list
|
LIST *DelayedPacketList; // Delayed packet list
|
||||||
UINT Flag1;
|
UINT Flag1;
|
||||||
|
|
||||||
USER *NumLoginIncrementUserObject; // User objects to increment the nymber of logins
|
USER *NumLoginIncrementUserObject; // User objects to increment the number of logins
|
||||||
HUB *NumLoginIncrementHubObject; // Virtual HUB object to increment the number of logins
|
HUB *NumLoginIncrementHubObject; // Virtual HUB object to increment the number of logins
|
||||||
UINT64 NumLoginIncrementTick; // Time to perform increment a number of log
|
UINT64 NumLoginIncrementTick; // Time to perform increment a number of log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user