On Fri, Feb 15, 2002 at 03:29:04PM -, Tariq Rashid wrote:
>
> can anyone point me to the kernel source where packets are taken from the
> DIVERT socket (natd puts them there) -
>
> i'm finding that sendto() is taking most of the CPU - so i want to have a
> look at maybe taking two or three p
can anyone point me to the kernel source where packets are taken from the
DIVERT socket (natd puts them there) -
i'm finding that sendto() is taking most of the CPU - so i want to have a
look at maybe taking two or three packets from the DIVERT buffer per kernel
loop.
(i'm not an expert at this