- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNetbiosRcvBufSize (0.12 sec)
-
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 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/Configuration.java
int getNetbiosSndBufSize (); /** * * Property <tt>jcifs.netbios.rcv_buf_size</tt> (int, default 576) * * @return netbios recieve buffer size */ int getNetbiosRcvBufSize (); /** * * Property <tt>jcifs.netbios.retryTimeout</tt> (int, default 3000) * * @return timeout of retry requests, in milliseconds */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)