Results 1 to 1 of 1
I am implementing a network driver and have used the "snull" example from the O'riley book as a starting point. I can ping between devices using my driver as well ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-17-2012 #1Just Joined!
- Join Date
- Apr 2012
- Posts
- 5
IOCTL implementation in a net_dev driver.
I am implementing a network driver and have used the "snull" example from the O'riley book as a starting point. I can ping between devices using my driver as well as send and receive data through a UDP socket without problem. However, TCP sockets are not working. I have found that when opening a TCP socket the IOCTL function in my driver is being called. However, currently it does nothing but return 0.
Exactly what needs to be done in my IOCTL routine to make TCP sockets happy?


Reply With Quote
