mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: accepts
This commit is contained in:
parent
5062f506e0
commit
fa58b9bfbf
@ -381,7 +381,7 @@ typedef struct _OPEN_INSTANCE
|
|||||||
MEM_TYPE mem_ex; ///< Memory used by the TME virtual co-processor
|
MEM_TYPE mem_ex; ///< Memory used by the TME virtual co-processor
|
||||||
TME_CORE tme; ///< Data structure containing the virtualization of the TME co-processor
|
TME_CORE tme; ///< Data structure containing the virtualization of the TME co-processor
|
||||||
NDIS_SPIN_LOCK MachineLock; ///< SpinLock that protects the mem_ex buffer
|
NDIS_SPIN_LOCK MachineLock; ///< SpinLock that protects the mem_ex buffer
|
||||||
UINT MaxFrameSize; ///< Maximum frame size that the underlying MAC acceptes. Used to perform a check on the
|
UINT MaxFrameSize; ///< Maximum frame size that the underlying MAC accepts. Used to perform a check on the
|
||||||
///< size of the frames sent with NPF_Write() or NPF_BufferedWrite().
|
///< size of the frames sent with NPF_Write() or NPF_BufferedWrite().
|
||||||
CpuPrivateData CpuData[1024]; ///< Pool of kernel buffer structures, one for each CPU.
|
CpuPrivateData CpuData[1024]; ///< Pool of kernel buffer structures, one for each CPU.
|
||||||
ULONG ReaderSN; ///< Sequence number of the next packet to be read from the pool of kernel buffers.
|
ULONG ReaderSN; ///< Sequence number of the next packet to be read from the pool of kernel buffers.
|
||||||
|
Loading…
Reference in New Issue
Block a user