[#CNode-m_last_ping_time] = xref:CNode.adoc[CNode]::m_last_ping_time :relfileprefix: ../ :mrdocs: Last measured round‐trip duration. Used only for stats. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic<NodeClock::duration> m_last_ping_time = {0us}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#