CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/14 20:43:34
Modified files:
sys/net : if.c
Log message:
clear M_TIMESTAMP in if_enqueue.
this is to avoid a timestamp being used on the way out of the stack
(eg, in bpf), or if it reenters the stack (eg, if it goes between
rdomains with pair(4)).
