Re: arp getuptime

2022-06-27 Thread Vitaliy Makkoveev
On Mon, Jun 27, 2022 at 01:58:11PM +0200, Alexander Bluhm wrote: > Hi, > > Instead of calling getuptime() all the time in ARP code, I would > like to do it only once per function. This should give us a more > consistent time value. > > ok? > ok mvs@ > bluhm > > Index: netinet/if_ether.c >

Re: arp getuptime

2022-06-27 Thread Claudio Jeker
On Mon, Jun 27, 2022 at 01:58:11PM +0200, Alexander Bluhm wrote: > Hi, > > Instead of calling getuptime() all the time in ARP code, I would > like to do it only once per function. This should give us a more > consistent time value. > > ok? I would love to see the arp code use rttimer instead

arp getuptime

2022-06-27 Thread Alexander Bluhm
Hi, Instead of calling getuptime() all the time in ARP code, I would like to do it only once per function. This should give us a more consistent time value. ok? bluhm Index: netinet/if_ether.c === RCS file: