OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
Nic Struct Reference

Static Public Member Functions

static ONIXS_FIXENGINE_API void setHardwareTimestamp (const char *nicName, bool setRx)

Detailed Description

Definition at line 27 of file Nic.h.

Member Function Documentation

◆ setHardwareTimestamp()

ONIXS_FIXENGINE_API void setHardwareTimestamp ( const char * nicName,
bool setRx )
static

Sets the hardware time-stamping for the given network interface card.

Parameters
nicNameThe name of the network interface card.
setRxThe flag to enable/disable the receive time-stamping.
Exceptions
Thestd::exception in case of failure.
Note
Available on Linux only.
It requires root privileges.