CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/06/27 06:47:07
Modified files: sys/netinet : if_ether.c Log message: Instead of calling getuptime() all the time in ARP code, do it only once per function. This gives a more consistent time value. OK claudio@ miod@ mvs@