Strangeness in 842 Fix
Hal Murray
halmurray at sonic.net
Mon Apr 14 22:58:18 UTC 2025
> I do know that the SO_* symbols are for the socket options and the SCM_*
> symbols are for the CMSG types, so I don't see how this could possibly be
> correct. Note the code immediately above it.
The OLD stuff is a mess.
I did it the way you expect, but that didn't work because
SCM_TIMESTAMPNS_OLD didn't exist.
All the SCM symbols are setup useing the SO sysmbols.
#define SCM_foo SO_foo
So I use the SO_ symbols.
The code works for the test case and still works on quite a few normal
cases.
--
These are my opinions. I hate spam.
More information about the devel
mailing list