folly::AsyncSocketObserverInterface::ByteEvent::ackTimestampRequestedOnWrite

For WRITE events, returns if ACK timestamp requested.

Synopsis

Declared in <folly/io/async/observer/AsyncSocketObserverInterface.h>

[[nodiscard]]
bool
ackTimestampRequestedOnWrite() const;

Return Value

true if an ACK timestamp was requested on the write.

NOTE

The return value should not be discarded.