Closed luastoned closed 8 years ago
solved by latest commits for both branches. can you compile and verify it works on (was it Ubuntu 16.04?)
Compile works on 16.04 now. Cheers.
this is kind of a big deal, would you mind making a release with this fix?
Basically you are doing
#include <linux/netfilter_ipv4.h>
right in the middle ofint dstaddr(int sock, sockaddr *dst, socklen_t dlen)
and the compiler does not seem happy about it.