Enum PacketTableWriteMode

Enum PacketTableWriteMode#

Enum Documentation#

enum class Karana::KUtils::PacketTableWriteMode#

Write mode for packet tables; ASYNC mode can reduce overhead by writing on a separate thread.

Values:

enumerator DIRECT#

Always write directly to file, making log() calls blocking for this table.

enumerator ASYNC#

Log to a temporary buffer that is written to a file on a different thread; this will block if it gets too far behind