CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/10 17:45:19
Modified files:
sys/sys : mbuf.h
sys/kern : uipc_mbuf.c
Log message:
add m_microtime for getting the wall clock time associated with a packet
if the packet has the M_TIMESTAMP csum_flag, ph_timestamp is added
to the boottime clock, otherwise it just uses microtime().
