[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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 driver’s user-space file control interface ,

Why not we do such thing in kernel space?  Dose any one have experience about this?

 

Terry.