CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/10 17:48:22
Modified files:
sys/netinet : ip_input.c
sys/netinet6 : ip6_input.c
Log message:
use m_microtime instead of microtime for SO_TIMESTAMP socketopt handling
drivers can set ph_timestamp when packets are received by the
hardware, which should be more accurate and cheaper than getting
the clock when the packet is queued on the socket.
