On Sun, Sep 11, 2016 at 08:52:17AM -0400, Dinko Korunic wrote: > Hi Willy, > > I can backport them ??? in 1.5 and 1.4 we???d also have to use IPPROTO_IP > instead of SOL_IP on OSX, as SOL_IP is simply not defined for > setsockopt(). I think that we could use something along these lines: > > #ifndef SOL_IP > # define SOL_IP IPPROTO_IP > #endif
Indeed, this can be added by backporting commit ae459f3b (to keep the code easier to track). > Let me know what you think. As you seem to have the hardware needed to validate this, yes I'd rather let you backport those. Thanks, Willy

