Condy v1.5.0
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
condy::TxTimestampResult Struct Reference

Result for TX timestamp operations, containing timestamp information from the socket error queue. More...

#include <cqe_handler.hpp>

Public Attributes

int tskey
 The timestamp key if successful, which is the value of cqe->res for the corresponding CQE.
int tstype
 The timestamp type, could be SCM_TSTAMP_SND, SCM_TSTAMP_SCHED, SCM_TSTAMP_ACK, etc.
io_timespec ts
 The timestamp value.
bool hwts
 Whether this timestamp is a hardware timestamp.

Detailed Description

Result for TX timestamp operations, containing timestamp information from the socket error queue.

Definition at line 133 of file cqe_handler.hpp.


The documentation for this struct was generated from the following file: