Re: RAW Socket

Philip Blundell (Philip.Blundell@pobox.com)
Sun, 19 Apr 1998 16:16:40 +0100


>socket(AF_INET, SOCK_PACKET, 0) returns Protocol not supported.
>socket(AF_INET, AF_PACKET, 0) returns Invalid argument
>socket(AF_PACKET, SOCK_PACKET, 0) returns Invalid argument

Compile AF_PACKET into your kernel and try again. BTW, you want to use
SOCK_DGRAM with AF_PACKET.

p.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu