- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for maxMpxCount (0.08 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
protected int smbSessionTimeout = SmbConstants.DEFAULT_SO_TIMEOUT; protected boolean idleTimeoutDisabled = false; protected InetAddress smbLocalAddress; protected int smbLocalPort = 0; protected int maxMpxCount = SmbConstants.DEFAULT_MAX_MPX_COUNT; protected int smbSendBufferSize = SmbConstants.DEFAULT_SND_BUF_SIZE; protected int smbRecvBufferSize = SmbConstants.DEFAULT_RCV_BUF_SIZE;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/config/PropertyConfiguration.java
this.smbLocalAddress = Config.getLocalHost(p); this.smbLocalPort = Config.getInt(p, "jcifs.smb.client.lport", 0); this.maxMpxCount = Config.getInt(p, "jcifs.smb.client.maxMpxCount", SmbConstants.DEFAULT_MAX_MPX_COUNT); this.smbSendBufferSize = Config.getInt(p, "jcifs.smb.client.snd_buf_size", SmbConstants.DEFAULT_SND_BUF_SIZE);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
TimeZone getLocalTimezone (); /** * @return Process id to send, randomized if unset */ int getPid (); /** * * Property <tt>jcifs.smb.client.maxMpxCount</tt> (int, default 10) * * @return maximum count of concurrent commands to announce */ int getMaxMpxCount (); /** *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)