On Fri, Mar 09, 2001 at 08:03:58AM -0800, Walter Goralski wrote:
> The missing piece has been DOS SYN attacks. I have the really common
> "synk4.c" source that is all over the Web, but I get errors when I try to
> compile it ("it's the linux includes" someone told me). Now, I last used my
They're most likely right. Try changing "#include <linux/*.h>" to
"#include <sys/*.h>" or "#include <netinet/*.h>". Linux has this weird
idea that raw sockets headers should be under <linux/>. Apparently they
are the only OS that supports such behavior. ;)
--
wca
PGP signature