Subject: Re: IP_HDRINCL send on little-endian machine causes kernel panic
To: None <jonathan@DSG.Stanford.EDU>
From: John Kohl <jtk@kolvir.arlington.ma.us>
List: tech-kern
Date: 07/22/1996 20:55:03
Regardless of whether the kernel wants native or network byte order
values in the packet, it shouldn't be panicing if the user sends
bogosities out via a raw socket (even if the user must have privilege
before he can do so).

Perhaps you can craft a fix for the underlying problem at the same time
as you determine what raw socket API the kernel should export?

==John