Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Dodge (0.13 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbTransport.java

        }
        protected Request peekKey() throws IOException {
            int n;
            do {
                if ((n = readn( in, sbuf, 0, 4 )) < 4)
                    return null;
            } while (sbuf[0] == (byte)0x85);  /* Dodge NetBIOS keep-alive */
                                                       /* read smb header */
            if ((n = readn( in, sbuf, 4, 32 )) < 32)
                return null;
            if (log.level >= 4) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 31.2K bytes
    - Viewed (0)
Back to top