CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/10 03:28:27
Modified files:
sys/net : pf.c pf_ioctl.c pfvar.h
sys/sys : mbuf.h
Log message:
provide a generic packet delay functionality. packets to be delayed are marked
by pf in the packet header. pf_delay_pkt reads the delay value from the packet
header, schedules a timeout and re-queues the packet when the timeout fires.
ok benno sashan
