Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Spinlock (1.06 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

             * the Transport thread is not setup until doConnect()
             * returns and we want to suppress all communication
             * until we have properly negotiated.
             */
            synchronized ( this.inLock ) {
                if ( prt == 139 ) {
                    ssn139();
                }
                else {
                    if ( prt == 0 )
                        prt = DEFAULT_PORT; // 445
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 18 23:47:00 GMT 2023
    - 67K bytes
    - Viewed (0)
Back to top