- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getCqEvent (0.05 sec)
-
src/main/java/jcifs/internal/smb2/rdma/disni/DisniRdmaConnection.java
} try { // In real implementation, this would receive using DiSNI: // RdmaCompletionEvent event = endpoint.getCqProcessor().getCqEvent(timeout); // if (event != null) { // return event.getBuffer(); // } // return null; // For skeleton implementation, return null (timeout)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 10.2K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
} } @Override public ByteBuffer receive(int timeout) throws IOException { try { RdmaCompletionEvent event = endpoint.getCqProcessor().getCqEvent(timeout); if (event != null) { return event.getBuffer(); } return null; } catch (Exception e) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0)