- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for cacheAddress (0.17 seconds)
-
src/main/java/jcifs/netbios/NameServiceClientImpl.java
expiration = System.currentTimeMillis() + this.transportContext.getConfig().getNetbiosCachePolicy() * 1000; } cacheAddress(hostName, addr, expiration); } void cacheAddress(final Name hostName, final NbtAddress addr, final long expiration) { if (this.transportContext.getConfig().getNetbiosCachePolicy() == 0) { return; }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 38.5K bytes - Click Count (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
localhost = new NbtAddress(localName, localInetAddress.hashCode(), false, B_NODE, false, false, true, false, UNKNOWN_MAC_ADDRESS); cacheAddress(localName, localhost, FOREVER); } static void cacheAddress(final Name hostName, final NbtAddress addr) { if (CACHE_POLICY == 0) { return; } long expiration = -1;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 31.7K bytes - Click Count (0)