Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for connectRdma (0.36 sec)

  1. src/main/java/jcifs/internal/smb2/rdma/RdmaTransport.java

        }
    
        /**
         * Establishes RDMA connection to the remote server.
         *
         * @throws IOException if connection fails
         */
        public void connectRdma() throws IOException {
            synchronized (connectionLock) {
                if (rdmaConnection != null && rdmaConnection.isConnected()) {
                    return;
                }
    
                try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 05:11:12 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top