Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SMB2_DIALECT_ANY (0.05 sec)

  1. src/main/java/jcifs/internal/smb2/Smb2Constants.java

         * SMB 3.1.1 dialect (Windows 10/Server 2016)
         */
        public static final int SMB2_DIALECT_0311 = 0x0311;
    
        /**
         * SMB2 wildcard dialect for negotiation
         */
        public static final int SMB2_DIALECT_ANY = 0x02FF;
    
        /**
         * Server supports DFS
         */
        public static final int SMB2_GLOBAL_CAP_DFS = 0x1;
    
        /**
         * Server supports leasing
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 05:11:12 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top