Re: kernel source for reading from divert sockets

2002-02-16 Thread Crist J. Clark
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

kernel source for reading from divert sockets

2002-02-15 Thread Tariq Rashid
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