- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for writePayload (0.22 seconds)
-
docs/smb3-features/01-smb3-lease-design.md
private int currentLeaseState; private int newLeaseState; private int breakReason; private int accessMaskHint; private int shareAccessHint; @Override protected int writePayload(byte[] dst, int dstIndex) { int start = dstIndex; // StructureSize (2 bytes) - must be 44 writeInt2(dst, dstIndex, 44); dstIndex += 2;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 22K bytes - Click Count (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
public void addRdmaChannelInfo(int remoteKey, long address, int length) { this.rdmaChannelInfo = new RdmaChannelInfo(remoteKey, address, length); } @Override protected int writePayload(byte[] dst, int dstIndex) { int written = super.writePayload(dst, dstIndex); if (rdmaChannelInfo != null) { // Add RDMA read channel info writeInt4(dst, dstIndex + written, rdmaChannelInfo.getRemoteKey());
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 35.9K bytes - Click Count (0)