Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for maxMpxCount (0.1 sec)

  1. src/main/java/jcifs/config/BaseConfiguration.java

        protected InetAddress smbLocalAddress;
        /** Local port to bind for SMB connections */
        protected int smbLocalPort = 0;
        /** Maximum multiplex count for concurrent requests */
        protected int maxMpxCount = SmbConstants.DEFAULT_MAX_MPX_COUNT;
        /** Send buffer size for SMB socket operations */
        protected int smbSendBufferSize = SmbConstants.DEFAULT_SND_BUF_SIZE;
        /** Receive buffer size for SMB socket operations */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/Configuration.java

         * Gets the process ID to use in SMB messages
         *
         * @return Process id to send, randomized if unset
         */
        int getPid();
    
        /**
         *
         * Property {@code jcifs.smb.client.maxMpxCount} (int, default 10)
         *
         * @return maximum count of concurrent commands to announce
         */
        int getMaxMpxCount();
    
        /**
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 25.4K bytes
    - Viewed (0)
Back to top