Results 1 to 2 of 2
hello everyone ,
i am a beginner to linux networking part, but i wanted to know where are the all networking packages installed on linux (like IP,ARP. etc), i mean ...
- 08-27-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 2
implementing network packages
hello everyone ,
i am a beginner to linux networking part, but i wanted to know where are the all networking packages installed on linux (like IP,ARP. etc), i mean which *.c files and drivers???
and one more thing ,
i want to implement my own packages for these tasks ,so is it possible to redirect the system to use my created packages to use instead of those installed in the system???
and can it be done with individual packages , that is i provide my IP package and rest all protocols will be those of the system(yes i will provide the same interface to others)???how can i do that
thanks a lot
mohi
- 08-29-2008 #2
Grab the kernel source package... You can browse online and see the actual directories. You could build the net portion as modules and make them loadable and therefore change them out with out a reboot if you want to. I would suggest a VM for this type of development - it will save you lot's of time with killing yourself...
Linux Network Source Directory


Reply With Quote
