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

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