Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isPort139FailoverEnabled (0.16 sec)

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

            }
    
            SmbNegotiation resp;
            try {
                resp = negotiate(this.port);
            } catch (final IOException ce) {
                if (!getContext().getConfig().isPort139FailoverEnabled()) {
                    throw ce;
                }
                this.port = this.port == 0 || this.port == DEFAULT_PORT ? 139 : DEFAULT_PORT;
                this.smb2 = false;
                this.mid.set(0);
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
Back to top