writeBuffersAvailableByteCount
The size of the write buffers memory (in bytes) exposed by the Virtio queue element that’s currently available for writing.
Declaration
var writeBuffersAvailableByteCount: Int { get }Discussion
This value is initially equal to writeBuffersByteCount. This value decreases as you write memory to the write buffers.