I am trying to implement a custom UDP protocol for Linux kernel for college project. I also need to implement a user land program that communicates using the protocol. I am looking for a detailed guide on it including sample code, but could not find it anywhere. Most of the books are deal with theory but I want something more practical - which files to change and which functions to implement specifically for Linux kernel.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Have you tried: (Programming Linux sockets, Part 2: Using UDP) |
|||
|
|