You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
252 B

  1. --- a/src/dcwsocket.c.linux
  2. +++ b/src/dcwsocket.c.linux
  3. @@ -36,6 +36,9 @@
  4. #include <linux/filter.h>
  5. #include <arpa/inet.h>
  6. +#ifndef SO_ATTACH_FILTER
  7. +#define SO_ATTACH_FILTER 26
  8. +#endif
  9. #define ETHER_HEADERSIZE 14
  10. #define CL3_HEADERSIZE 4