Why not write it as a library. If your protocol uses TCP connections
and/or UDP datagrams, then your library can create connection objects
to keep state and a set of functions/methods to implement the protocol
actions/messages/responses. Applications that need to use your new
protocol can then use the library API to carry it out in an easy to
implement way.
--
-----------------------------------------------------------------
| Phil Howard - KA9WGN | Dallas | http://linuxhomepage.com/ |
| phil-...@ipal.net | Texas, USA | http://phil.ipal.org/ |
-----------------------------------------------------------------
Thanx for the reply & the suggestion. I can do as you told. But I want
to explore the tcp/ip source code. That's why I put the question as in
the subject. I just want a start to hack the kernel code.
Thanx & Regards.
Prakash.