Hi, This doesn't build. Sorry for the noise.
On Sun, May 31, 2026 at 11:53:40AM -0300, [email protected] wrote: > +#if defined(SO_TIMESTAMP) > + case SO_TIMESTAMP: > + v.val = sk->timestamp; > + break; > +#endif > For some reason the compiler enters the #if here even if SO_TIMESTAMP is not defined :( I will try to find out why. Cheers.
