Re: IP processing

2002-07-10 Thread Jitesh Verma
Samant, If you are bypassing IP layer of OS and having your own IP module, then you have to implement ping in your new IP module. There is no other way. Linux box is not a magic box. On Wed, 10 Jul 2002 Samant Rae wrote : >Hi, > I need to develop some udp and ip intelligence > in my program.

IP processing

2002-07-10 Thread Samant Rae
Hi, I need to develop some udp and ip intelligence in my program. Hence i would bypass the IP of the OS. But, in case a ping request comes to the m/c, i need to pass this to the IP implementation of Linux. How to pass this ping request to the OS IP layer. Please help ! Thanks and Regar