Data-link layer libraries linux kernel -


I am implementing the routing protocol. To work for this, I need to know the failures on the data-link layer. I have the library available in spite of the underlying data-link layer protocol, which gives me hooks (like netfilters) to capture such information

Since this is an experiment on the protocol, I am trying to figure out what is available, whatever is available so that it can be implemented in user-space, etc. Instead of writing kernel modules same. (Since I'm completely new to kernel programming)

Any head-up will be really helpful for this.

Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -