Re: Any one have experience about TCP/UDP develepment in LINUX kernel space.

2007-11-09 Thread Bernd Petrovitsch
On Fri, 2007-11-09 at 10:17 +0800, Tang Rui wrote: [...] >I want to develop a TCP/UDP daemon in LINUX kernel-space, I use > this demon to receive data from specified ip port, and then injector > the data to another driver or device. > > Most of cases, we can use user-space socket interfac

Any one have experience about TCP/UDP develepment in LINUX kernel space.

2007-11-08 Thread Tang Rui
Hi, I want to develop a TCP/UDP daemon in LINUX kernel-space, I use this demon to receive data from specified ip port, and then injector the data to another driver or device. Most of cases, we can use user-space socket interface to receive TCP/UDP packet , then send data to driver by driv