- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getNetbiosRcvBufSize (0.76 sec)
-
src/main/java/jcifs/config/DelegatingConfiguration.java
return this.delegate.getNetbiosRetryCount(); } /** * {@inheritDoc} * * @see jcifs.Configuration#getNetbiosRcvBufSize() */ @Override public int getNetbiosRcvBufSize() { return this.delegate.getNetbiosRcvBufSize(); } /** * {@inheritDoc} * * @see jcifs.Configuration#getNetbiosCachePolicy() */ @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24.1K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
*/ int getNetbiosSndBufSize(); /** * * Property {@code jcifs.netbios.rcv_buf_size} (int, default 576) * * @return netbios recieve buffer size */ int getNetbiosRcvBufSize(); /** * * Property {@code jcifs.netbios.retryTimeout} (int, default 3000) * * @return timeout of retry requests, in milliseconds */ int getNetbiosRetryTimeout();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
return this.netbiosScope; } @Override public int getNetbiosCachePolicy() { return this.netbiosCachePolicy; } @Override public int getNetbiosRcvBufSize() { return this.netbiosRevcBufferSize; } @Override public int getNetbiosRetryCount() { return this.netbiosRetryCount; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 36.5K bytes - Viewed (0)