Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for recordWriteRequest (0.12 seconds)

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

            if (!isRdmaConnected()) {
                throw new IOException("RDMA connection not available");
            }
    
            try {
                statistics.recordWriteRequest(length);
                long startTime = System.nanoTime();
    
                int bytesWritten = rdmaConnection.write(buffer, remoteAddress, remoteKey, length);
    
                long duration = System.nanoTime() - startTime;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 05:11:12 GMT 2025
    - 8.9K bytes
    - Click Count (0)
Back to Top