Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Description (0.17 sec)

  1. src/main/java/jcifs/smb1/netbios/NbtAddress.java

            addr = getCachedAddress( name );
    
            if( addr == null ) {
                /* This is almost exactly like InetAddress.java. See the
                 * comments there for a description of how the LOOKUP_TABLE prevents
                 * redundant queries from going out on the wire.
                 */
                if(( addr = (NbtAddress)checkLookupTable( name )) == null ) {
                    try {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 30.1K bytes
    - Viewed (0)
Back to top