Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ncacn_ip_tcp (0.06 sec)

  1. src/test/java/jcifs/internal/witness/WitnessIntegrationTest.java

            // Test service endpoint formatting
            String serviceEndpoint = "ncacn_ip_tcp:" + mockWitnessAddress.getHostAddress() + "[135]";
            assertNotNull(serviceEndpoint);
            assertTrue(serviceEndpoint.contains("ncacn_ip_tcp"));
            assertTrue(serviceEndpoint.contains("135"));
    
            // Test with mock service for integration validation
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 09:06:40 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  2. docs/smb3-features/06-witness-protocol-design.md

            this.context = context;
            
            try {
                // Create RPC handle to witness service
                this.handle = DcerpcHandle.getHandle(
                    "ncacn_ip_tcp:" + serverAddress.getHostAddress() + "[135]",
                    WITNESS_INTERFACE_UUID,
                    WITNESS_INTERFACE_VERSION,
                    context
                );
                
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 42K bytes
    - Viewed (0)
Back to top