- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Spinlock (0.04 sec)
-
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
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0)