Re: A few questions and notes....

Alan Cox (alan@cymru.net)
Wed, 15 May 1996 11:52:38 +0100 (BST)


> Ok, thats that for bugreports. The next one is: where should I poke around
> to do broadcast pings? I _KNOW_ it's an EACCES somewhere and I should be

Fix the ping client to do

setsockopt(.... SOL_SOCKET, SO_BROADCAST ...)

not a kernel problem.

Alan