Module: RubySMB::SMB1::OplockLevels
- Defined in:
- lib/ruby_smb/smb1/oplock_levels.rb
Overview
This module holds the OPLock Levels used in NT_TRANSACT_CREATE and SMB_COM_NT_CREATE_ANDX responses. The definitions for these values can be found at 2.2.7.1.2 Response
Constant Summary collapse
- NO_OPLOCK =
No OpLock Granted
0x00
- EXCLUSIVE_OPLOCK =
Exclusive OpLock Granted
0x01
- BATCH_OPLOCK =
Batch OpLock Granted
0x02
- LEVEL2_OPLOCK =
Level 2 OpLock Granted
0x03