Closed 2b-as closed 9 years ago
Values in pkt.hrl are hardcoded to their Linux values (e.g. -define(PF_INET6, 10)), but these values differ from OS to OS.
Thanks! I pushed a fix. I've left the value of PF_INET6 in the header for now. Nothing should be using it but I still need to check.
Values in pkt.hrl are hardcoded to their Linux values (e.g. -define(PF_INET6, 10)), but these values differ from OS to OS.