Set the minimum write size, in bytes, for using zero‐copy writes.
Synopsis
Declared in <folly/io/async/AsyncTransport.h>
virtual
void
setZeroCopyEnableThreshold(size_t threshold);
Parameters
Name |
Description |
threshold |
Minimum write size, in bytes, to use zero‐copy writes. |
Created with MrDocs