Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for LeaseState (0.04 sec)

  1. docs/smb3-features/04-directory-leasing-design.md

        public static final int DIRECTORY_LEASE_FLAG_NOTIFICATIONS = 0x00000002;
        
        public DirectoryLeaseContext(Smb2LeaseKey key, int leaseState, DirectoryCacheScope scope) {
            super();
            setLeaseKey(key);
            setLeaseState(leaseState);
            this.cacheScope = scope;
            this.maxCacheAge = 30000;  // 30 seconds default
            this.notificationEnabled = true;
        }
        
        @Override
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 36.2K bytes
    - Viewed (0)
Back to top