Return whether receive‐side zero‐copy is enabled.

Synopsis

Declared in <folly/io/async/AsyncTransport.h>

[[nodiscard]]
virtual
bool
getRXZeroCopy() const;

Return Value

True if receive‐side zero‐copy is enabled.

Note

The return value should not be discarded.

Created with MrDocs