mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-11-21 02:41:33 +03:00
Implementation of the JSON-RPC API and the Web Admin interface. (dnobori's internal note: 7579 - 7682)
This commit is contained in:
@ -216,6 +216,9 @@ struct CONNECTION
|
||||
UINT LastPacketQueueSize; // The last queue size of packets
|
||||
UINT LastRecvFifoTotalSize; // The last RecvFifo total size
|
||||
UINT LastRecvBlocksNum; // The last ReceivedBlocks num
|
||||
bool IsJsonRpc; // Is JSON-RPC
|
||||
bool JsonRpcAuthed; // JSON-RPC Authed
|
||||
LISTENER *Listener; // Listener ref
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user