[#CNode-m_last_recv] = xref:CNode.adoc[CNode]::m_last_recv :relfileprefix: ../ :mrdocs: Time of the last receive from this peer. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic<NodeClock::time_point> m_last_recv = {NodeClock::epoch}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#