Re: What is the purpose of devel/ifdex-ignores?

2021-03-06 Thread Hal Murray via devel
e...@thyrsus.com said: > No, just boring history. I think those are old conditinal macros we no > longer use; likely they have been renamed to something else. The current code tests for SO_TIMESTAMPNS Should I just delete the old/unused stuff? -- These are my opinions. I hate spam.

Re: What is the purpose of devel/ifdex-ignores?

2021-03-06 Thread Eric S. Raymond via devel
Hal Murray via devel : > >From ./devel/ifdex-ignores > USE_SCM_BINTIME # to grab timestamp for recv packet > USE_SCM_TIMESTAMP # " > USE_SCM_TIMESTAMPNS # " > > None of those symbols are used by our code. > > Should I just delete them? > > What is the idea for USE_xxx? Is ther

Re: What is the purpose of devel/ifdex-ignores?

2021-03-06 Thread James Browning via devel
On Sat, Mar 6, 2021, 3:33 PM Hal Murray via devel wrote: > From ./devel/ifdex-ignores > USE_SCM_BINTIME # to grab timestamp for recv packet > USE_SCM_TIMESTAMP # " > USE_SCM_TIMESTAMPNS # " > > None of those symbols are used by our code. > > Should I just delete them? > > What i

What is the purpose of devel/ifdex-ignores?

2021-03-06 Thread Hal Murray via devel
>From ./devel/ifdex-ignores USE_SCM_BINTIME # to grab timestamp for recv packet USE_SCM_TIMESTAMP # " USE_SCM_TIMESTAMPNS # " None of those symbols are used by our code. Should I just delete them? What is the idea for USE_xxx? Is there some interesting history I've forgotten?