Heads up: USE_PACKET_TIMESTAMP tangle

Hal Murray hmurray at megapathdsl.net
Tue Jun 6 04:41:03 UTC 2017


FreeBSD supports both SO_BINTIME and SO_TIMESTAMP

SO_BINTIME provides 32 bits of fractions of a second.
SO_TIMESTAMP provides microseconds - timeval.

So the code is setup to prefer SO_BINTIME.

Unfortunately,SO_BINTIME doesn't seem to work for IPv6.  ??

I've disabled SO_BINTIME so it will use SO_TIMESTAMP.  Back to testing.

-- 
These are my opinions.  I hate spam.





More information about the devel mailing list